From f1c454778439fc1e589dcc4a1bb7d3c756a24c9f Mon Sep 17 00:00:00 2001 From: jef Date: Tue, 1 Sep 2009 17:06:26 +0000 Subject: [PATCH] apply #1910 git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11536 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/app/qgisapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qgisapp.h b/src/app/qgisapp.h index 771399df6a87..7df5a5db551a 100644 --- a/src/app/qgisapp.h +++ b/src/app/qgisapp.h @@ -216,7 +216,7 @@ class QgisApp : public QMainWindow QAction *actionEditSeparator1() { return mActionEditSeparator1; } QAction *actionCapturePoint() { return mActionCapturePoint; } QAction *actionCaptureLine() { return mActionCaptureLine; } - QAction *actionCapturePologon() { return mActionCapturePolygon; } + QAction *actionCapturePolygon() { return mActionCapturePolygon; } QAction *actionDeleteSelected() { return mActionDeleteSelected; } QAction *actionMoveFeature() { return mActionMoveFeature; } QAction *actionSplitFeatures() { return mActionSplitFeatures; }