Fix some URLs
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 13 Mar 2007 15:27:18 +0000 (15:27 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 13 Mar 2007 15:27:18 +0000 (15:27 +0000)
git-svn-id: http://svn.voria.com/code@313 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/config/build.cfg
synfig-studio/trunk/config/project.spec.in
synfig-studio/trunk/src/gtkmm/app.cpp

index 418144f..605b654 100644 (file)
@@ -1,6 +1,6 @@
 
 PACKAGE_NAME="Synfig Studio"
-PACKAGE_BUGREPORT="darco@voria.com"
+PACKAGE_BUGREPORT="darco@deepdarc.com"
 PACKAGE_TARNAME=synfigstudio
 VERSION_MAJ="0"
 VERSION_MIN="61"
index 8e2f6c5..8720e8c 100755 (executable)
@@ -4,11 +4,10 @@ Name: @PACKAGE_TARNAME@-devel
 Version: @VERSION_MAJ@.@VERSION_MIN@.@VERSION_REV@
 Release: @VERSION_REL@
 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
-URL: http://www.voria.com/
+URL: http://www.synfig.com/
 Packager: Robert B. Quattlebaum Jr. <darco@deepdarc.com>
 Group: Development/Languages
 Icon: config/logo.gif
-#Source0: http://www.stlport.org/archive/%{name}-%{version}.tar.gz
 #Patch0: STLport-rename.patch
 #Patch1: STLport-rules.patch
 #Patch2: STLport-install-dir.patch
index 77298fb..d15210d 100644 (file)
@@ -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;
        }