Fix default fallback

This commit is contained in:
simon.kagstrom 2010-03-13 14:42:39 +00:00
parent cefc464017
commit 0ffcf6263a

View File

@ -575,7 +575,7 @@ void Gui::init()
if (!Gui::gui->setTheme(ThePrefs.Theme))
{
/* Set the default theme */
panic_if (!Gui::gui->setTheme(ThePrefs.Theme),
panic_if (!Gui::gui->setTheme("default"),
"Setting default theme failed\n");
}
}