fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3122,8 +3122,6 @@ StdCmdSelForward::StdCmdSelForward()
|
||||
sPixmap = "sel-forward";
|
||||
sAccel = "S, F";
|
||||
eType = AlterSelection;
|
||||
|
||||
|
||||
}
|
||||
|
||||
void StdCmdSelForward::activated(int iMsg)
|
||||
|
||||
Reference in New Issue
Block a user