diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-26 17:45:53 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-26 14:09:22 +0000 |
commit | d21eae2447c227ad945d2b9df8cab895f792dd04 (patch) | |
tree | 305f99ee626a8ab2d19f271ba8495ca9a3b0550e /sw | |
parent | ac5cec21167f8addb7fe4973bf7fdf0f503d6259 (diff) |
fdo#87185 rearrange image context menu and add icons to a few entries
Change-Id: I7d28aea1059ec87cbc72ccea40dc000f51e6560b
Reviewed-on: https://gerrit.libreoffice.org/13662
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/mn.src | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index 18319a6bc045..554d88f1bf73 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -1235,6 +1235,12 @@ Menu MN_GRF_POPUPMENU MenuItem { ITEM_CHANGE_PICTURE }; MenuItem { ITEM_COMPRESS_GRAPHIC }; MenuItem { ITEM_SAVE_GRAPHIC }; + SEPARATOR ; + + MN_ANCHOR + MN_MOUSE_FRAME_WITH_CONTOUR + MN_ALIGNMENT_FRAME + MN_ARRANGE_FRAME MN_ROTATE_IMAGE SEPARATOR ; @@ -1245,10 +1251,6 @@ Menu MN_GRF_POPUPMENU HelpId = CMD_FN_FORMAT_GRAFIC_DLG ; Text [ en-US ] = "Format ~Image..." ; }; - SEPARATOR ; - - MN_ALIGN_FRAME - MN_MOUSE_FRAME_WITH_CONTOUR }; }; |