Kaydet (Commit) d0059698 authored tarafından Caolán McNamara's avatar Caolán McNamara

impress: right click to insert image

Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
(cherry picked from commit 67c3e2ab)
üst fb145a7a
......@@ -81,6 +81,7 @@
#define CMD_SID_GALLERY_FORMATS ".uno:InsertGalleryPic"
#define CMD_SID_GRID_USE ".uno:GridUse"
#define CMD_SID_GRID_VISIBLE ".uno:GridVisible"
#define CMD_SID_INSERT_GRAPHIC ".uno:InsertGraphic"
#define CMD_SID_INSERT_POSTIT ".uno:InsertAnnotation"
#define CMD_SID_EDIT_POSTIT ".uno:InsertAnnotation"
#define CMD_SID_REPLYTO_POSTIT ".uno:ReplyToAnnotation"
......
......@@ -35,6 +35,14 @@
Text [ en-US ] = "~Distribution..." ; \
};
#define MN_INSERT_GRAPHIC \
MenuItem\
{\
Identifier = SID_INSERT_GRAPHIC; \
HelpId = CMD_SID_INSERT_GRAPHIC; \
Text [ en-US ] = "Insert I~mage..." ; \
};
#define MN_CAPTUREPOINT \
MenuItem\
{\
......@@ -168,6 +176,7 @@
#define MN_SLIDE_MENU \
MN_SELECT_BACKGROUND\
MN_INSERT_GRAPHIC\
MN_FORMAT_SLIDE\
MenuItem\
{\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment