X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmain.cpp;h=dba3d0e9e1693c4485908755250715e801c147d3;hb=a81db066b404fe729a2fcc650d4d657248ce4868;hp=15dc9d6c4d23dc0d15b1f64697527fcae3954b46;hpb=6cabf9fcf0530fdd75903d500abbefdd996fdef0;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/main.cpp b/synfig-studio/trunk/src/gtkmm/main.cpp index 15dc9d6..dba3d0e 100644 --- a/synfig-studio/trunk/src/gtkmm/main.cpp +++ b/synfig-studio/trunk/src/gtkmm/main.cpp @@ -69,6 +69,10 @@ int main(int argc, char **argv) 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! @@ -89,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);