summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2011-10-05 11:32:32 -0300
committerJan Holesovsky <kendy@suse.cz>2011-10-05 17:34:47 +0200
commit556ef854307dc6c50a034345287652a4c6d36864 (patch)
tree9c4d8803a037747bef1a6702728febc205b9403c /sc
parent86456335a32a630547e774f23dc34fe567660497 (diff)
Fix for bug fdo#41478 [UI]add "Protect Sheet" command in sheet popup menu
The fix adds a new entry in the sheet popup menu with Protect Sheet command followinf the discussion in UX list, as indicated in the bug.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/popup.src25
1 files changed, 16 insertions, 9 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index b56a5fd5826c..99c98ee2e602 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -168,16 +168,23 @@ Menu RID_POPUP_TAB
};
MenuItem
{
- Identifier = FID_TAB_MOVE ;
- HelpId = CMD_FID_TAB_MOVE ;
- Text [ en-US ] = "~Move/Copy Sheet..." ;
+ Identifier = FID_TAB_MENU_SET_TAB_BG_COLOR ;
+ HelpId = CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ;
+ Text [ en-US ] = "~Tab Color..." ;
};
MenuItem
{
- Identifier = FID_TAB_SELECTALL ;
- HelpId = CMD_FID_TAB_SELECTALL ;
- Text [ en-US ] = "Select All S~heets" ;
+ Identifier = FID_PROTECT_TABLE ;
+ HelpId = CMD_FID_PROTECT_TABLE ;
+ Text [ en-US ] = "~Protect Sheet..." ;
+ };
+ MenuItem
+ {
+ Identifier = FID_TAB_MOVE ;
+ HelpId = CMD_FID_TAB_MOVE ;
+ Text [ en-US ] = "~Move/Copy Sheet..." ;
};
+
MenuItem
{
Identifier = FID_TAB_DESELECTALL ;
@@ -201,9 +208,9 @@ Menu RID_POPUP_TAB
//------------------------------
MenuItem
{
- Identifier = FID_TAB_MENU_SET_TAB_BG_COLOR ;
- HelpId = CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ;
- Text [ en-US ] = "~Tab Color..." ;
+ Identifier = FID_TAB_SELECTALL ;
+ HelpId = CMD_FID_TAB_SELECTALL ;
+ Text [ en-US ] = "Select All S~heets" ;
};
};
};