Skip to content

Commit f1c4547

Browse files
author
jef
committedSep 1, 2009

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)
Please sign in to comment.