X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmain.cpp;h=dba3d0e9e1693c4485908755250715e801c147d3;hb=590c258945a3865f48afa0a0f9d9b90cc35e548c;hp=5dd69d29089877a028510101e9bcc94defae976b;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/main.cpp b/synfig-studio/trunk/src/gtkmm/main.cpp index 5dd69d2..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,17 +93,15 @@ int main(int argc, char **argv) } } + cout << endl; + cout << " " << _("synfig studio -- starting up application...") << endl << endl; + try { studio::App app(&argc, &argv); app.run(); } - catch(synfig::SoftwareExpired) - { - cerr<<"FATAL: Software Expired"<