summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-12-28 12:44:52 +0400
committerYousuf Philips <philipz85@hotmail.com>2014-12-28 09:26:06 +0000
commitab0ea507ef1e037fa347a7f2b3d99a1f83ddeba1 (patch)
treef160521ade62632d46fe621528225b6cdf8092e2
parent65b490098c96dd8020a53e79e56cdef3be18aeeb (diff)
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@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r--sw/source/ui/app/mn.src15
1 files changed, 14 insertions, 1 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 554d88f1bf73..ce30b9f9c90e 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" ; \