Readded text in fullscreen button.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1680 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja
2008-04-06 02:34:59 +00:00
parent f9a1798bc5
commit b3edac2171

View File

@@ -259,7 +259,7 @@ void ConfigDisplay::select()
}
else
{
//widget_manager->setWgtText(WTOK_FULLSCREEN, _("Fullscreen mode"));
widget_manager->setWgtText(WTOK_FULLSCREEN, _("Fullscreen mode"));
widget_manager->showWgtText(WTOK_FULLSCREEN);
widget_manager->showWgtRect(WTOK_FULLSCREEN);
widget_manager->activateWgt(WTOK_FULLSCREEN);