Changeset 96 in tspsg-svn for trunk/src/settingsdialog.cpp


Ignore:
Timestamp:
Mar 1, 2010, 2:13:23 PM (14 years ago)
Author:
laleppa
Message:
  • Fixed some wrong defines that prevented successful compilation under *nix.
  • Renamed i18n to l10n to follow common standards.
  • Translation and documentation paths are now synchronized between .pro and source.
  • Moved some versioning information to .pro file.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.cpp

    r95 r96  
    7676QHBoxLayout *hbox1;
    7777
     78#ifdef Q_OS_WIN32
    7879        if (QtWin::isCompositionEnabled()) {
    7980                cbUseTranslucency = new QCheckBox(bgWhite);
     
    8586                cbUseTranslucency->setCursor(QCursor(Qt::PointingHandCursor));
    8687        }
     88#endif // Q_OS_WIN32
    8789
    8890        cbSaveState = new QCheckBox(bgWhite);
Note: See TracChangeset for help on using the changeset viewer.