]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.C
form para crash fix from John
[lyx.git] / src / gettext.C
index b80792ac22e2936744bc5a99bf3f0d485a9c91d4..506178db8ca419480b8af0cf110d98705f0e0b1e 100644 (file)
@@ -71,10 +71,10 @@ void gettext_init(string const & localedir)
 
 void locale_init()
 {
+       setlocale(LC_NUMERIC, "C");
 }
 
 void gettext_init(string const &)
 {
-       setlocale(LC_NUMERIC, "C");
 }
 #endif