QTfrontend/pages.cpp
changeset 3834 b7ecf8db4dba
parent 3833 58afaa38781b
child 3861 4629026ff75a
equal deleted inserted replaced
3833:58afaa38781b 3834:b7ecf8db4dba
   149         Tips << tr("You can find your Hedgewars configuration files under \"Hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
   149         Tips << tr("You can find your Hedgewars configuration files under \"Hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
   150 #endif
   150 #endif
   151         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
   151         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
   152     }
   152     }
   153     else
   153     else
   154         //mainNote->setText(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
   154         mainNote->setText(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!"));
   155         mainNote->setText();
       
   156 
   155 
   157     pageLayout->addWidget(mainNote, 4, 1, 1, 2);
   156     pageLayout->addWidget(mainNote, 4, 1, 1, 2);
   158 
   157 
   159     BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true);
   158     BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true);
   160 
   159