summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorGreggory Hernandez <greggory.hz@gmail.com>2012-02-22 14:08:57 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-22 14:09:45 +0000
commitaff6db70245a74039b5331810d3ff654b1f6af63 (patch)
tree24467551cc77e694179b989bfc576baee0b4f199 /sc
parentfix misleading comment caused by previous commit (diff)
downloadcore-aff6db70245a74039b5331810d3ff654b1f6af63.tar.gz
core-aff6db70245a74039b5331810d3ff654b1f6af63.zip
fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse click
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/src/popup.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index 24e9c58ead19..441c336cb9c0 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -76,6 +76,12 @@ Menu RID_POPUP_CELLS
HelpId = CMD_SID_DELETE ;
Text [ en-US ] = "Delete C~ontents..." ;
};
+ MenuItem
+ {
+ Identifier = FID_MERGE_ON ;
+ HelpId = CMD_FID_MERGE_ON ;
+ Text [ en-US ] = "~Merge Cells..." ;
+ };
//------------------------------
MenuItem { Separator = TRUE ; };
//------------------------------