Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set the composer window title
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5447 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed May 13, 2006
1 parent d003d19 commit bb8ca55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composer/qgscomposer.cpp
Expand Up @@ -42,6 +42,7 @@ QgsComposer::QgsComposer( QgisApp *qgis): QMainWindow()
{
setupUi(this);
setupTheme();
setWindowTitle("QGIS - print composer");

mQgis = qgis;
mFirstTime = true;
Expand Down

0 comments on commit bb8ca55

Please sign in to comment.