X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Ftool%2Fmain.cpp;h=afda5228f739a68ed310ae1f7fa7f859412f539d;hb=69ee4621b51e714c0962d54b6e679d9c175e56fa;hp=04bf9053d8e23b807e52eb5e69ce178988d3f615;hpb=9bb17dbd43d0988caab3a1fa420aa52a32e4fdc5;p=synfig.git diff --git a/synfig-core/trunk/src/tool/main.cpp b/synfig-core/trunk/src/tool/main.cpp index 04bf905..afda522 100644 --- a/synfig-core/trunk/src/tool/main.cpp +++ b/synfig-core/trunk/src/tool/main.cpp @@ -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