From 3dc7728038860bda6eb4b0de1f4a3e14ec9e86cc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 May 2016 21:49:56 +0200 Subject: we always only use the "C" locale when saving. --- libs/ardour/monitor_processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/monitor_processor.cc') diff --git a/libs/ardour/monitor_processor.cc b/libs/ardour/monitor_processor.cc index e8585c8da2..df4f3d082f 100644 --- a/libs/ardour/monitor_processor.cc +++ b/libs/ardour/monitor_processor.cc @@ -226,7 +226,7 @@ MonitorProcessor::set_state (const XMLNode& node, int version) XMLNode& MonitorProcessor::state (bool full) { - LocaleGuard lg (X_("C")); + LocaleGuard lg (); XMLNode& node (Processor::state (full)); char buf[64]; -- cgit v1.2.3