Skip to content

Commit da698eb

Browse files
committedNov 13, 2011
update qgisapp for new codename
1 parent 6111ec8 commit da698eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static void setTitleBarText_( QWidget & qgisApp )
277277
{
278278
QString caption = QgisApp::tr( "Quantum GIS " );
279279

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

0 commit comments

Comments
 (0)
Please sign in to comment.