diff -r afb7ef0c1c6e -r ad5741c252b9 QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Sat Dec 03 12:00:32 2011 +0100 +++ b/QTfrontend/ui/page/pagemain.cpp Sat Dec 03 14:36:36 2011 +0100 @@ -91,10 +91,14 @@ if(!isDevBuild) { - mainNote->setText(QLabel::tr("Tip: ") + randomTip()); + //mainNote->setText(QLabel::tr("Tip: ") + randomTip()); + setDefautDescription(QLabel::tr("Tip: ") + randomTip()); } 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!")); + { + setDefautDescription(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(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!")); + } }