diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-17 20:36:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-17 20:38:27 +0200 |
commit | 02d811071cf65aefddac5c3c2a0759d3b673e9a7 (patch) | |
tree | d8004f7351b22e8cc577d22aae8835e5c475bd3c /starmath/source/commands.src | |
parent | c62fc469aa0539929a5c7f9850fb9ee954fe7198 (diff) |
fdo #37007 Add Math symbol "There does not exist".
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r-- | starmath/source/commands.src | 53 |
1 files changed, 7 insertions, 46 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 9d618bbd0cf3..150f0df36aea 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -119,6 +119,7 @@ String RID_LIMX { Text = "lim <?> " ; }; String RID_LIMINFX { Text = "liminf <?> " ; }; String RID_LIMSUPX { Text = "limsup <?> " ; }; String RID_EXISTS { Text = "exists " ; }; +String RID_NOTEXISTS { Text = "notexists " ; }; String RID_FORALL { Text = "forall " ; }; String RID_INTX { Text = "int <?> " ; }; String RID_IINTX { Text = "iint <?> " ; }; @@ -1410,6 +1411,12 @@ Menu RID_COMMANDMENU }; MenuItem { + Identifier = RID_NOTEXISTS; + HelpId = HID_SMA_NOTEXISTS; + Text = "not exists"; + }; + MenuItem + { Identifier = RID_FORALL; HelpId = HID_SMA_FORALL; Text = "forall"; @@ -1513,49 +1520,3 @@ Menu RID_COMMANDMENU }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |