mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix LocaleGuard contstructor (3dc77280)
This commit is contained in:
parent
f445ba8bdc
commit
6d343ba3c6
33 changed files with 65 additions and 61 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue