typo.patch

Maxim Dubinin, 2009-09-01 07:24 AM

Download (715 Bytes)

View differences:

qgisapp.h (working copy)
216 216
    QAction *actionEditSeparator1() { return mActionEditSeparator1; }
217 217
    QAction *actionCapturePoint() { return mActionCapturePoint; }
218 218
    QAction *actionCaptureLine() { return mActionCaptureLine; }
219
    QAction *actionCapturePologon() { return mActionCapturePolygon; }
219
    QAction *actionCapturePolygon() { return mActionCapturePolygon; }
220 220
    QAction *actionDeleteSelected() { return mActionDeleteSelected; }
221 221
    QAction *actionMoveFeature() { return mActionMoveFeature; }
222 222
    QAction *actionSplitFeatures() { return mActionSplitFeatures; }