Skip to content

Commit

Permalink
[BACKPORT] apply fix to invalid reference to trac #4440
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 31, 2011
1 parent 83d2a71 commit e9ee865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -6388,7 +6388,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
.arg( oldVersion )
.arg( QGis::QGIS_VERSION )
.arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
.arg( "<a href=\"http://hub.qgis.org/projects/quantum-gis\">http://hub.qgis.org/projects/quantum-gis</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" ) )
);
Expand Down

0 comments on commit e9ee865

Please sign in to comment.