Skip to content
Permalink
Browse files
Fix for ticket #1973
git-svn-id: http://svn.osgeo.org/qgis/trunk@11746 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2009
1 parent 6505588 commit 943a312
Showing 1 changed file with 1 addition and 1 deletion.
@@ -239,7 +239,7 @@ static void setTitleBarText_( QWidget & qgisApp )
else
{
QFileInfo projectFileInfo( QgsProject::instance()->fileName() );
caption += projectFileInfo.baseName();
caption += " " + projectFileInfo.baseName();
}
}
else

0 comments on commit 943a312

Please sign in to comment.