We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6111ec8 commit da698ebCopy full SHA for da698eb
src/app/qgisapp.cpp
@@ -277,7 +277,7 @@ static void setTitleBarText_( QWidget & qgisApp )
277
{
278
QString caption = QgisApp::tr( "Quantum GIS " );
279
280
- if ( QString( QGis::QGIS_VERSION ).endsWith( "Trunk" ) )
+ if ( QString( QGis::QGIS_VERSION ).endsWith( "Alpha" ) )
281
282
caption += QString( "%1" ).arg( QGis::QGIS_DEV_VERSION );
283
}
0 commit comments