[QGIS Commit] r9914 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Jan 1 14:28:58 EST 2009
Author: jef
Date: 2009-01-01 14:28:58 -0500 (Thu, 01 Jan 2009)
New Revision: 9914
Modified:
trunk/qgis/src/app/qgisapp.cpp
Log:
update trac link in about box
Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp 2008-12-30 22:34:10 UTC (rev 9913)
+++ trunk/qgis/src/app/qgisapp.cpp 2009-01-01 19:28:58 UTC (rev 9914)
@@ -5492,7 +5492,7 @@
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
.arg( oldVersion )
.arg( QGis::QGIS_VERSION )
- .arg( "<a href=https://svn.qgis.org/trac/wiki>http://svn.qgis.org/trac/wiki</a> " )
+ .arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
);
More information about the QGIS-commit
mailing list