# HG changeset patch # User smaxx # Date 1283800198 -7200 # Node ID b7ecf8db4dbafc2690366b230309717491703c61 # Parent 58afaa38781b6ab946b2deb4b4e17429ad0343b4 Frontend: * Removed rest of the test code I left in... *hides* diff -r 58afaa38781b -r b7ecf8db4dba 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);