we always only use the "C" locale when saving.
[ardour.git] / libs / ardour / session_state.cc
index 4afac073fdaee1d77cdf8df1444a366a25c75395..53b9d0fd3ecc764e74bce41626e3b5e787a65b9f 100644 (file)
@@ -1002,7 +1002,7 @@ Session::load_state (string snapshot_name)
 int
 Session::load_options (const XMLNode& node)
 {
-       LocaleGuard lg (X_("C"));
+       LocaleGuard lg ();
        config.set_variables (node);
        return 0;
 }