X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmain.cpp;h=5901bccca9842120a90531c8338919f7ce2fa85c;hb=3e255bcee92e6c1773081af46c3feff67aa34f55;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..5901bcc 100644 --- a/synfig-studio/trunk/src/gtkmm/main.cpp +++ b/synfig-studio/trunk/src/gtkmm/main.cpp @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -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"<