Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 8, 2019
1 parent 059b2d4 commit 8f72e1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Gui/Command.h
Expand Up @@ -46,7 +46,7 @@
* @endcode
*
* Translates to command (assuming doc's name is 'DocName', and
* and objName constains value 'ObjName'):
* and objName contains value 'ObjName'):
* @code{.py}
* Gui.getDocument('DocName').getObject('ObjName')
* @endcode
Expand Down
2 changes: 0 additions & 2 deletions src/Gui/CommandView.cpp
Expand Up @@ -3122,8 +3122,6 @@ StdCmdSelForward::StdCmdSelForward()
sPixmap = "sel-forward";
sAccel = "S, F";
eType = AlterSelection;


}

void StdCmdSelForward::activated(int iMsg)
Expand Down

0 comments on commit 8f72e1f

Please sign in to comment.