Have the command line 'synfig' tool run 'setlocale()' whether or not gettext is avail...
[synfig.git] / synfig-core / trunk / src / tool / main.cpp
index 04bf905..afda522 100644 (file)
@@ -845,8 +845,9 @@ int main(int argc, char *argv[])
        arg_list_t arg_list;
        job_list_t job_list;
 
-#ifdef ENABLE_NLS
        setlocale(LC_ALL, "");
+
+#ifdef ENABLE_NLS
        bindtextdomain("synfig", LOCALEDIR);
        textdomain("synfig");
 #endif