Skip to content

Commit 2cfb16f

Browse files
author
gsherman
committed
adjust help context id to positive integer
git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e5608af commit 2cfb16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/delimited_text/qgsdelimitedtextplugingui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class QgsDelimitedTextPluginGui : public QDialog, private Ui::QgsDelimitedTextPl
3939

4040
private:
4141
QgisIface * qI;
42-
static const int context_id = -1033030847;
42+
static const int context_id = 1033030847;
4343
signals:
4444
void drawRasterLayer(QString);
4545
void drawVectorLayer(QString,QString,QString);

0 commit comments

Comments
 (0)