Skip to content

Commit f1c4547

Browse files
author
jef
committed
apply #1910
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11536 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c407d68 commit f1c4547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class QgisApp : public QMainWindow
216216
QAction *actionEditSeparator1() { return mActionEditSeparator1; }
217217
QAction *actionCapturePoint() { return mActionCapturePoint; }
218218
QAction *actionCaptureLine() { return mActionCaptureLine; }
219-
QAction *actionCapturePologon() { return mActionCapturePolygon; }
219+
QAction *actionCapturePolygon() { return mActionCapturePolygon; }
220220
QAction *actionDeleteSelected() { return mActionDeleteSelected; }
221221
QAction *actionMoveFeature() { return mActionMoveFeature; }
222222
QAction *actionSplitFeatures() { return mActionSplitFeatures; }

0 commit comments

Comments
 (0)