diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/edit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index bf1af9a64ae3..f4400fcb69c2 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -88,6 +88,7 @@ SmEditWindow::SmEditWindow( SmCmdBoxWindow &rMyCmdBoxWin ) : aModifyIdle ("SmEditWindow ModifyIdle"), aCursorMoveIdle ("SmEditWindow CursorMoveIdle") { + set_id("math_edit"); SetHelpId(HID_SMA_COMMAND_WIN_EDIT); SetMapMode(MAP_PIXEL); |