QTfrontend/ui/page/pagemain.cpp
changeset 8729 b19be476a2fa
parent 8718 1c0614f5f3bd
child 8833 c13ebed437cb
child 8977 d424c7f8b342
--- 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
 
 }