Skip to content

Commit

Permalink
Fix for ticket #1973
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11746 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2009
1 parent 1aab1bd commit a04b39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -239,7 +239,7 @@ static void setTitleBarText_( QWidget & qgisApp )
else
{
QFileInfo projectFileInfo( QgsProject::instance()->fileName() );
caption += projectFileInfo.baseName();
caption += " " + projectFileInfo.baseName();
}
}
else
Expand Down

0 comments on commit a04b39d

Please sign in to comment.