[Libreoffice-commits] core.git: sw/source
Yousuf Philips
philipz85 at hotmail.com
Sun Dec 28 01:26:28 PST 2014
sw/source/ui/app/mn.src | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
New commits:
commit ab0ea507ef1e037fa347a7f2b3d99a1f83ddeba1
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Sun Dec 28 12:44:52 2014 +0400
fdo#83565 addition of wrap left and wrap right to context menu
Change-Id: I8eb75b736a559c56960864bd0255b96982b9858a
Reviewed-on: https://gerrit.libreoffice.org/13677
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 554d88f..ce30b9f 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -793,7 +793,7 @@ Menu MN_TAB_POPUPMENU
{\
Identifier = FN_FRAME_WRAP_CONTOUR ; \
HelpId = CMD_FN_FRAME_WRAP_CONTOUR ; \
- Text [ en-US ] = "~Contour" ; \
+ Text [ en-US ] = "Enable ~Contour" ; \
};
#define MN_EDIT_CONTOUR \
@@ -840,6 +840,19 @@ Menu MN_TAB_POPUPMENU
MenuItem\
{\
RadioCheck = TRUE ; \
+ Identifier = FN_FRAME_WRAP_LEFT ; \
+ Text [ en-US ] = "Wrap ~Before" ; \
+ };\
+ MenuItem\
+ {\
+ RadioCheck = TRUE ; \
+ Identifier = FN_FRAME_WRAP_RIGHT ; \
+ Text [ en-US ] = "Wrap ~After" ; \
+ };\
+ SEPARATOR ; \
+ MenuItem\
+ {\
+ RadioCheck = TRUE ; \
Identifier = FN_FRAME_WRAPTHRU ; \
HelpId = CMD_FN_FRAME_WRAPTHRU ; \
Text [ en-US ] = "~Wrap Through" ; \
More information about the Libreoffice-commits
mailing list