diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-04-23 09:20:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-04-23 03:23:36 +0200 |
commit | 3b0a1ed1ac30d02366a93c789fb5eced171dc4c5 (patch) | |
tree | f6b496e53aea2bd97dee93eae0be38a3ce0846df /starmath | |
parent | 7378ec484278b9e9925ac66b8f377deaa40f401a (diff) |
starmath: Show underscore which does not mark a mnemonic key
Change-Id: I119f308d59b309bf432421a50c616032f6c74e87
Reviewed-on: https://gerrit.libreoffice.org/36826
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/commandmenu.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/ui/commandmenu.ui b/starmath/uiconfig/smath/ui/commandmenu.ui index bace48cd2e2d..3a703eb6694f 100644 --- a/starmath/uiconfig/smath/ui/commandmenu.ui +++ b/starmath/uiconfig/smath/ui/commandmenu.ui @@ -1312,7 +1312,7 @@ <object class="GtkMenuItem" id="<?>_{<?>} "> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label">_x</property> + <property name="label">__x</property> </object> </child> <child> |