diff -r d2f6262452a3 -r b19be476a2fa QTfrontend/ui/page/pagemain.cpp --- a/QTfrontend/ui/page/pagemain.cpp Tue Mar 12 22:20:42 2013 -0400 +++ b/QTfrontend/ui/page/pagemain.cpp Tue Mar 12 22:35:57 2013 -0400 @@ -134,9 +134,9 @@ mainNote->setOpenExternalLinks(true); #ifdef DEBUG - setDefautDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); + setDefaultDescription(QLabel::tr("This development build is 'work in progress' and may not be compatible with other versions of the game, while some features might be broken or incomplete!")); #else - setDefautDescription(QLabel::tr("Tip: ") + randomTip()); + setDefaultDescription(QLabel::tr("Tip: ") + randomTip()); #endif }