X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmain.cpp;h=dba3d0e9e1693c4485908755250715e801c147d3;hb=590c258945a3865f48afa0a0f9d9b90cc35e548c;hp=e53a483c977a03d04ec2d4dfb9812957d4145494;hpb=6d4afc6e7ab68522187e7c9108798dc9b6f0ff43;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/main.cpp b/synfig-studio/trunk/src/gtkmm/main.cpp index e53a483..dba3d0e 100644 --- a/synfig-studio/trunk/src/gtkmm/main.cpp +++ b/synfig-studio/trunk/src/gtkmm/main.cpp @@ -59,14 +59,20 @@ using namespace studio; int main(int argc, char **argv) { +#ifdef ENABLE_NLS setlocale(LC_ALL, ""); bindtextdomain("synfigstudio", LOCALEDIR); textdomain("synfigstudio"); +#endif { SmartFILE file(IPC::make_connection()); if(file) { + cout << endl; + cout << " " << _("synfig studio is already running") << endl << endl; + cout << " " << _("the existing process will be used") << endl << endl;; + fprintf(file.get(),"F\n"); // Hey, another copy of us is open! @@ -87,6 +93,9 @@ int main(int argc, char **argv) } } + cout << endl; + cout << " " << _("synfig studio -- starting up application...") << endl << endl; + try { studio::App app(&argc, &argv);