diff options
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r-- | starmath/source/smres.src | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 1909f556526c..50872d97fda0 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -20,7 +20,6 @@ #include <sfx2/sfx.hrc> #include <svx/globlmn.hrc> #include "starmath.hrc" -#include "smcommands.h" String RID_FONTREGULAR { @@ -42,58 +41,6 @@ String GID_MATH { Text = "StarMath" ; }; -Menu RID_VIEWMENU -{ - ItemList = - { - MenuItem - { - Identifier = SID_ZOOM_50_PERCENT; - HelpId = CMD_SID_VIEW050 ; - Text [ en-US ] = "~View 50%" ; - }; - MenuItem - { - Identifier = SID_ZOOM_100_PERCENT ; - HelpId = CMD_SID_VIEW100 ; - Text [ en-US ] = "View ~100%" ; - }; - MenuItem - { - Identifier = SID_ZOOM_200_PERCENT ; - HelpId = CMD_SID_VIEW200 ; - Text [ en-US ] = "View ~200%" ; - }; - MenuItem - { - Identifier = SID_ZOOMIN ; - HelpId = CMD_SID_ZOOMIN ; - Text [ en-US ] = "~Zoom In" ; - }; - MenuItem - { - Identifier = SID_ZOOMOUT ; - HelpId = CMD_SID_ZOOMOUT ; - Text [ en-US ] = "Zoom ~Out" ; - }; - MenuItem - { - Identifier = SID_ZOOM_OPTIMAL ; - HelpId = CMD_SID_ADJUST ; - Text [ en-US ] = "~Display All" ; - }; - MenuItem - { - Separator = TRUE ; - }; - MenuItem - { - Identifier = SID_DRAW ; - HelpId = CMD_SID_DRAW ; - Text [ en-US ] = "U~pdate" ; - }; - }; -}; String STR_BLACK { |