summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-14 12:22:09 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-14 12:37:38 +0100
commit8e0aec74cadcc7ad0fe38d52f542c6a6643308ae (patch)
tree0b770f768e052c0c634e1ee9c33a662f2fe43b38 /starmath
parentdbeb26016999a8d36dc83bb703b9ed73c8d95eb3 (diff)
starmath: Elements dock: add missing reverse circumflex
Change-Id: I63c7caec6c2c630cf1ce67a4e0f71694475e83bc
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
-rw-r--r--starmath/source/commands.src1
2 files changed, 2 insertions, 1 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 6036a435159b..352bb6f6ba88 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -143,7 +143,7 @@ const sal_uInt16 SmElementsControl::aAttributes[][2] =
{RID_ACUTEX, RID_ACUTEX_HELP}, {RID_GRAVEX, RID_GRAVEX_HELP}, {RID_BREVEX, RID_BREVEX_HELP},
{RID_CIRCLEX, RID_CIRCLEX_HELP}, {RID_DOTX, RID_DOTX_HELP}, {RID_DDOTX, RID_DDOTX_HELP},
{RID_DDDOTX, RID_DDDOTX_HELP}, {RID_BARX, RID_BARX_HELP}, {RID_VECX, RID_VECX_HELP},
- {RID_TILDEX, RID_TILDEX_HELP}, {RID_HATX, RID_HATX_HELP},
+ {RID_TILDEX, RID_TILDEX_HELP}, {RID_HATX, RID_HATX_HELP}, {RID_CHECKX, RID_CHECKX_HELP},
{0xFFFF, 0},
{RID_WIDEVECX, RID_WIDEVECX_HELP}, {RID_WIDETILDEX, RID_WIDETILDEX_HELP}, {RID_WIDEHATX, RID_WIDEHATX_HELP},
{RID_OVERLINEX, RID_OVERLINEX_HELP}, {RID_UNDERLINEX, RID_UNDERLINEX_HELP}, {RID_OVERSTRIKEX, RID_OVERSTRIKEX_HELP},
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 7a0b2f945443..33b8bf0eba20 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -270,6 +270,7 @@ String RID_BARX_HELP { Text = "Line Above" ; };
String RID_BREVEX { Text = "breve <?> " ; };
String RID_BREVEX_HELP { Text = "Breve" ; };
String RID_CHECKX { Text = "check <?> " ; };
+String RID_CHECKX_HELP { Text = "Reverse Circumflex" ; };
String RID_CIRCLEX { Text = "circle <?> " ; };
String RID_CIRCLEX_HELP { Text = "Circle" ; };
String RID_DOTX { Text = "dot <?> " ; };