Skip to content
Permalink
Browse files
update qgisapp for new codename
  • Loading branch information
jef-n committed Nov 13, 2011
1 parent 6111ec8 commit da698eb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -277,7 +277,7 @@ static void setTitleBarText_( QWidget & qgisApp )
{
QString caption = QgisApp::tr( "Quantum GIS " );

if ( QString( QGis::QGIS_VERSION ).endsWith( "Trunk" ) )
if ( QString( QGis::QGIS_VERSION ).endsWith( "Alpha" ) )
{
caption += QString( "%1" ).arg( QGis::QGIS_DEV_VERSION );
}

0 comments on commit da698eb

Please sign in to comment.