we always only use the "C" locale when saving.
[ardour.git] / libs / canvas / colors.cc
index 19c522664297276a6940e815f0b79469c157f56b..8a8d94eec7222ee26521ed08d7189c5cb5e7d1ce 100644 (file)
@@ -596,7 +596,7 @@ SVAModifier::from_string (string const & str)
 string
 SVAModifier::to_string () const
 {
-       PBD::LocaleGuard lg ("C");
+       PBD::LocaleGuard lg ();
        stringstream ss;
 
        switch (type) {