Skip to content

Commit

Permalink
update qgisapp for new codename
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 13, 2011
1 parent 6111ec8 commit da698eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down

0 comments on commit da698eb

Please sign in to comment.