Changeset 9adbc413c7 in tspsg for src/mainwindow.cpp


Ignore:
Timestamp:
Oct 13, 2010, 10:25:51 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
760f2aae97
Parents:
88a59e4d65
git-author:
Oleksii Serdiuk <contacts@…> (10/13/10 22:25:51)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

Some small tweaks...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r88a59e4d65 r9adbc413c7  
    12441244        foreach (language, langlist) {
    12451245                a = menuSettingsLanguage->addAction(language.at(2));
     1246#ifndef QT_NO_STATUSTIP
    12461247                a->setStatusTip(language.at(3));
     1248#endif
    12471249#if QT_VERSION >= 0x040600
    12481250                a->setIcon(QIcon::fromTheme(QString("flag-%1").arg(language.at(1)), QIcon(QString(":/images/icons/l10n/flag-%1.png").arg(language.at(1)))));
     
    13351337                a = menuSettingsStyle->addAction(style);
    13361338                a->setData(false);
     1339#ifndef QT_NO_STATUSTIP
    13371340                a->setStatusTip(tr("Set application style to %1").arg(style));
     1341#endif
    13381342                a->setCheckable(true);
    13391343                a->setActionGroup(groupSettingsStyleList);
     
    14401444#ifndef QT_NO_STATUSTIP
    14411445        actionFilePrintPreview->setStatusTip(tr("Preview current solution results before printing"));
    1442 #endif // QT_NO_STATUSTIP
    1443 #ifndef QT_NO_STATUSTIP
    14441446        actionFileExit->setStatusTip(tr("Exit %1").arg(QCoreApplication::applicationName()));
    14451447#endif // QT_NO_STATUSTIP
Note: See TracChangeset for help on using the changeset viewer.