[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sd/source
Joel
jmadero.dev at gmail.com
Thu Dec 18 03:55:13 PST 2014
sd/source/ui/app/menuids_tmpl.src | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 0b0860414cefded03fdbc0a4490aaac39236ff09
Author: Joel <jmadero.dev at gmail.com>
Date: Sun Dec 14 09:53:51 2014 -0800
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 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
(cherry picked from commit fdec5e9f9a42214918290d4a329c97e98826627a)
Reviewed-on: https://gerrit.libreoffice.org/13521
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index dbf5ae6..2569138 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\
More information about the Libreoffice-commits
mailing list