Skip to content

Commit

Permalink
Disable the save/load template icons as this functionality isn't yet …
Browse files Browse the repository at this point in the history
…available.

git-svn-id: http://svn.osgeo.org/qgis/trunk@5505 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 2, 2006
1 parent d8431db commit 17a22b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/composer/qgscomposer.cpp
Expand Up @@ -45,6 +45,10 @@ QgsComposer::QgsComposer( QgisApp *qgis): QMainWindow()
setupTheme();
setWindowTitle("QGIS - print composer");

// Template save and load is not yet implemented, so disable those actions
mActionOpenTemplate->setEnabled(false);
mActionSaveTemplateAs->setEnabled(false);

mQgis = qgis;
mFirstTime = true;

Expand Down

0 comments on commit 17a22b8

Please sign in to comment.