Frontend:
authorsmaxx
Mon, 06 Sep 2010 21:09:58 +0200
changeset 3834 b7ecf8db4dba
parent 3833 58afaa38781b
child 3835 cbee69165c6a
Frontend: * Removed rest of the test code I left in... *hides*
QTfrontend/pages.cpp
--- a/QTfrontend/pages.cpp	Mon Sep 06 15:53:24 2010 +0200
+++ b/QTfrontend/pages.cpp	Mon Sep 06 21:09:58 2010 +0200
@@ -151,8 +151,7 @@
         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
     }
     else
-        //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!"));
-        mainNote->setText();
+        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!"));
 
     pageLayout->addWidget(mainNote, 4, 1, 1, 2);