Skip to content

Commit

Permalink
Put in the correct context help id for QgsComposer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6169 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 2, 2006
1 parent 843739f commit 2034c47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion resources/context_help/contextids.txt
Expand Up @@ -10,4 +10,4 @@
1033030847_en_US QgsDelimitedTextPluginGui
863656587_en_US QgsMapserverExport
94000531_en_US QgsVectorLayerProperties
1212121212_en_US QgsComposer
985715179_en_US QgsComposer
2 changes: 1 addition & 1 deletion src/composer/qgscomposer.h
Expand Up @@ -183,7 +183,7 @@ public slots:
QGridLayout *mItemOptionsLayout;

//! Help context id
static const int context_id = 1212121212; // CHANGE ME PLEASE GARY :)
static const int context_id = 985715179;

};

Expand Down

0 comments on commit 2034c47

Please sign in to comment.