Comment non thead-safe setlocale

Index: rtgui/options.cc
--- rtgui/options.cc.orig
+++ rtgui/options.cc
@@ -666,7 +666,7 @@ void Options::filterOutParsedExtensions()
 
 void Options::readFromFile(Glib::ustring fname)
 {
-    setlocale(LC_NUMERIC, "C");  // to set decimal point to "."
+    //setlocale(LC_NUMERIC, "C");  // to set decimal point to "."
 
     Glib::KeyFile keyFile;
 
