From 5f2fd81b6935efb16336201ef162f283a683f405 Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Fri, 23 Apr 2010 14:24:45 +0200 Subject: cws tl80: #i109020# 'nospace' command added --- starmath/source/commands.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'starmath/source/commands.src') diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 75c00cb819a6..9d618bbd0cf3 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -223,6 +223,7 @@ String RID_LEFTARROW { Text = "leftarrow " ; }; String RID_RIGHTARROW { Text = "rightarrow " ; }; String RID_UPARROW { Text = "uparrow " ; }; String RID_DOWNARROW { Text = "downarrow " ; }; +String RID_NOSPACE { Text = "nospace {} " ; }; ////////////////////////////////////////// @@ -1326,6 +1327,12 @@ Menu RID_COMMANDMENU Text [ en-US ] = "Gap"; }; MenuItem + { + Identifier = RID_NOSPACE; + HelpId = HID_SMA_NOSPACE; + Text [ en-US ] = "nospace {...}"; + }; + MenuItem { Identifier = RID_BINOMXY; HelpId = HID_SMA_BINOMXY; -- cgit