Skip to content

Commit 6e85574

Browse files
committed
Remove the (hopefully) last SVN reference
1 parent e79366c commit 6e85574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/qgspythonutilsimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ bool QgsPythonUtilsImpl::runString( const QString& command, QString msgOnError )
177177

178178
QString str = "<font color=\"red\">" + msgOnError + "</font><br><pre>\n" + traceback + "\n</pre>"
179179
+ QObject::tr( "Python version:" ) + "<br>" + version + "<br><br>"
180-
+ QObject::tr( "QGIS version:" ) + "<br>" + QString( "%1 '%2', %3" ).arg( QGis::QGIS_VERSION ).arg( QGis::QGIS_RELEASE_NAME ).arg( QGis::QGIS_SVN_VERSION ) + "<br><br>"
180+
+ QObject::tr( "QGIS version:" ) + "<br>" + QString( "%1 '%2', %3" ).arg( QGis::QGIS_VERSION ).arg( QGis::QGIS_RELEASE_NAME ).arg( QGis::QGIS_DEV_VERSION ) + "<br><br>"
181181
+ QObject::tr( "Python path:" ) + "<br>" + path;
182182
str.replace( "\n", "<br>" ).replace( " ", "&nbsp; " );
183183

0 commit comments

Comments
 (0)