X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.cpp;h=d15210dfc133d2ebed5154b859a5d27ac9b5eb1a;hb=f0244a49e90b8460c89b833b451eef27d1ebb5bf;hp=77298fbdb6b2d66ca3dda6813a72088ca38ca60e;hpb=22a64c6070122f43a0a5cbd7f7328a758137e76b;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 77298fb..d15210d 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1082,8 +1082,8 @@ App::App(int *argc, char ***argv): "This copy of Synfig Studio was compiled against a\n" "different version of libsynfig than what is currently\n" "installed. Synfig Studio will now abort. Try downloading\n" - "the latest version from the Synfig Development Website at\n" - "http://dev.synfig.com/ " + "the latest version from the Synfig website at\n" + "http://www.synfig.com/ " ); throw 40; } @@ -1095,7 +1095,7 @@ App::App(int *argc, char ***argv): "This copy of Synfig Studio has expired.\n" "Please erase this copy, or download and\n" "install the latest copy from the Synfig\n" - "Development Website at http://dev.synfig.com/ ." + "website at http://www.synfig.com/ ." ); throw 39; }