use C locale, because POSIX locale is not supported on windows, and operation is...
[ardour.git] / libs / ardour / plugin.cc
index 14766fca2a7102140f200f9911d81644378e7324..a93dae9e0f8f68b1909430a29160ec71c0e5f88e 100644 (file)
@@ -389,7 +389,7 @@ XMLNode &
 Plugin::get_state ()
 {
        XMLNode* root = new XMLNode (state_node_name ());
-       LocaleGuard lg (X_("POSIX"));
+       LocaleGuard lg (X_("C"));
 
        root->add_property (X_("last-preset-uri"), _last_preset.uri);
        root->add_property (X_("last-preset-label"), _last_preset.label);