From e9ee865f78aae8ceb7b8a7a20d43abdcbc429327 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Mon, 31 Oct 2011 23:24:45 +0200 Subject: [PATCH] [BACKPORT] apply fix to invalid reference to trac #4440 --- src/app/qgisapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index ddd0643e746..b30eeb54905 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -6388,7 +6388,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion ) "

Version of the project file: %1
Current version of QGIS: %2" ) .arg( oldVersion ) .arg( QGis::QGIS_VERSION ) - .arg( "http://trac.osgeo.org/qgis " ) + .arg( "http://hub.qgis.org/projects/quantum-gis " ) .arg( tr( "Settings:Options:General", "Menu path to setting options" ) ) .arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) ) );