summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/mn.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/mn.src')
-rw-r--r--sw/source/ui/app/mn.src14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 15f275bec9c0..a9871d49ff7f 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -1289,6 +1289,20 @@ Menu MN_GRF_POPUPMENU
MenuItem { ITEM_SAVE_GRAPHIC };
MenuItem { ITEM_COMPRESS_GRAPHIC };
MenuItem { ITEM_EXTERNAL_EDIT };
+
+ MenuItem
+ {
+ Identifier = SID_ROTATE_GRAPHIC_LEFT ;
+ Command = ".uno:RotateGraphicLeft" ;
+ Text [ en-US ] = "Rotate Graphic Left" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_ROTATE_GRAPHIC_RIGHT ;
+ Command = ".uno:RotateGraphicRight" ;
+ Text [ en-US ] = "Rotate Graphic Right" ;
+ };
+
SEPARATOR;
MenuItem
{