Index: qgisapp.h =================================================================== --- qgisapp.h (revision 11523) +++ qgisapp.h (working copy) @@ -216,7 +216,7 @@ 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; }