Skip to content

Commit

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

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5505 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 2, 2006
1 parent 8cac1ff commit e9560c0
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 e9560c0

Please sign in to comment.