summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel <jmadero.dev@gmail.com>2014-12-14 09:53:51 -0800
committerYousuf Philips <philipz85@hotmail.com>2014-12-18 11:54:51 +0000
commit0b0860414cefded03fdbc0a4490aaac39236ff09 (patch)
treeed205c2191d70d0e09775bcecc2eb31d2cae86ad
parentf984ab9616c2a15ade418b3e238c8baea5c39655 (diff)
fdo#86627 - Change Image Crop Behavior (4.4)
Changed behavior of right click context crop image from bringing up dialog for crop (uno:GrafAttrCrop) to the interactive crop (uno:Crop) Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c Reviewed-on: https://gerrit.libreoffice.org/13472 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit fdec5e9f9a42214918290d4a329c97e98826627a) Reviewed-on: https://gerrit.libreoffice.org/13521
-rw-r--r--sd/source/ui/app/menuids_tmpl.src5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index dbf5ae6b7056..2569138c9494 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -763,9 +763,8 @@
#define MN_CROP\
MenuItem\
{\
- Identifier = SID_ATTR_GRAF_CROP ; \
- HelpId = CMD_SID_ATTR_GRAF_CROP ; \
- Text [ en-US ] = "Crop Image..." ; \
+ Identifier = SID_OBJECT_CROP ; \
+ Text [ en-US ] = "Crop Image" ; \
};
#define MN_GLUE_INSERT_POINT\