Skip to content

Commit b5a5600

Browse files
author
jef
committed
missed a file in r9977
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9978 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 92459f9 commit b5a5600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/qgisinterface.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ class GUI_EXPORT QgisInterface : public QObject
183183
virtual QAction *actionMoveFeature() = 0;
184184
virtual QAction *actionSplitFeatures() = 0;
185185
virtual QAction *actionAddVertex() = 0;
186-
virtual QAction *actionDelerteVertex() = 0;
187-
virtual QAction *actioMoveVertex() = 0;
186+
virtual QAction *actionDeleteVertex() = 0;
187+
virtual QAction *actionMoveVertex() = 0;
188188
virtual QAction *actionAddRing() = 0;
189189
virtual QAction *actionAddIsland() = 0;
190190
virtual QAction *actionEditSeparator2() = 0;

0 commit comments

Comments
 (0)