fix LocaleGuard contstructor (3dc77280)

This commit is contained in:
Robin Gareus 2016-05-07 12:19:41 +02:00
parent f445ba8bdc
commit 6d343ba3c6
33 changed files with 65 additions and 61 deletions

View file

@ -377,6 +377,8 @@ int main (int argc, char *argv[])
}
#endif
DEBUG_TRACE (DEBUG::Locale, string_compose ("main() locale '%1'\n", setlocale (LC_NUMERIC, NULL)));
if (UIConfiguration::instance().pre_gui_init ()) {
error << _("Could not complete pre-GUI initialization") << endmsg;
exit (1);