From 6c7e476ae6b6ff56b81ff19ef7dd0e8a9083a257 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 21 Apr 2013 14:01:40 +0200 Subject: Regster rotate left, right menu items. Change-Id: I64340da256a9ee66b13870854ccdccacaaf4f0d2 --- sw/source/ui/app/mn.src | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sw/source') 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 { -- cgit