diff options
Diffstat (limited to 'sc/source/ui/src/popup.src')
-rw-r--r-- | sc/source/ui/src/popup.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index f6e401b1f76d..05d10b9813bd 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -183,6 +183,12 @@ Menu RID_POPUP_TAB }; MenuItem { + Identifier = FID_TAB_DESELECTALL ; + HelpId = FID_TAB_DESELECTALL ; + Text [ en-US ] = "D~eselect All Sheets" ; + }; + MenuItem + { Identifier = FID_TAB_RTL ; HelpId = FID_TAB_RTL ; Text [ en-US ] = "S~heet Right-To-Left" ; |