diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-17 01:10:36 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-17 01:10:36 +0200 |
commit | bf5110d0704ba95d9a080f7dea64162c346317a9 (patch) | |
tree | 18e308eb003e58e26f1811be6f493d49764c76ad /starmath | |
parent | d66e284151105dfea4e8b7eeae3166c510964919 (diff) |
uitest: annotate the math edit window
Change-Id: Ic902ba191d632d6a9e399c6809a8e88fdfc26301
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); |