X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.C;h=506178db8ca419480b8af0cf110d98705f0e0b1e;hb=cb52251ccff29d6cbfa13ab90a96be566e3f41ac;hp=b80792ac22e2936744bc5a99bf3f0d485a9c91d4;hpb=6a10fbcc39c528b32e816033fcb78d27787c37be;p=lyx.git diff --git a/src/gettext.C b/src/gettext.C index b80792ac22..506178db8c 100644 --- a/src/gettext.C +++ b/src/gettext.C @@ -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