Skip to content

Commit

Permalink
adjust help context id to positive integer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Nov 16, 2006
1 parent 81dc237 commit f300e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/delimited_text/qgsdelimitedtextplugingui.h
Expand Up @@ -39,7 +39,7 @@ class QgsDelimitedTextPluginGui : public QDialog, private Ui::QgsDelimitedTextPl

private:
QgisIface * qI;
static const int context_id = -1033030847;
static const int context_id = 1033030847;
signals:
void drawRasterLayer(QString);
void drawVectorLayer(QString,QString,QString);
Expand Down

0 comments on commit f300e0e

Please sign in to comment.