we always only use the "C" locale when saving.
[ardour.git] / libs / ardour / region.cc
index bcc63af9d6cef78d276c1fe3e8702fe81ea36a68..28cb9f0766fb23e31b56f3cd34d4416a9a215587 100644 (file)
@@ -1158,7 +1158,7 @@ Region::state ()
        XMLNode *node = new XMLNode ("Region");
        char buf[64];
        char buf2[64];
-       LocaleGuard lg (X_("C"));
+       LocaleGuard lg ();
        const char* fe = NULL;
 
        /* custom version of 'add_properties (*node);'