X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmain.cpp;h=36bf16d7670f7eb20b60f0070ee68baa9479dbe8;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=5e34cfab135ed496ee38ddfd2605d3467e59be35;hpb=65a7211a8d7ec35c42c48ae54c19cbc91f3372a0;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/main.cpp b/synfig-studio/trunk/src/gtkmm/main.cpp index 5e34cfa..36bf16d 100644 --- a/synfig-studio/trunk/src/gtkmm/main.cpp +++ b/synfig-studio/trunk/src/gtkmm/main.cpp @@ -62,6 +62,7 @@ int main(int argc, char **argv) #ifdef ENABLE_NLS setlocale(LC_ALL, ""); bindtextdomain("synfigstudio", LOCALEDIR); + bind_textdomain_codeset("synfigstudio", "UTF-8"); textdomain("synfigstudio"); #endif