X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.cpp;h=049ab0baa8f99d7d7d248fdad0e1e98416f48cae;hb=0fc90d30508750c158f68fde20ede35212ef5e77;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..049ab0b 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -2,7 +2,7 @@ /*! \file app.cpp ** \brief writeme ** -** $Id: app.cpp,v 1.11 2005/03/24 21:47:28 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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; }