Skip to content

Commit 2e7cb7b

Browse files
committedJul 15, 2011
fix #4072
1 parent deb91b2 commit 2e7cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ static void setTitleBarText_( QWidget & qgisApp )
294294
else
295295
{
296296
QFileInfo projectFileInfo( QgsProject::instance()->fileName() );
297-
caption += " - " + projectFileInfo.baseName();
297+
caption += " - " + projectFileInfo.completeBaseName();
298298
}
299299
}
300300
else

0 commit comments

Comments
 (0)
Please sign in to comment.