diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-21 11:15:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-21 12:11:35 +0100 |
commit | d581ef6ee2d448ff30b77236006b6355f41f7449 (patch) | |
tree | 44a197fd9a335b446749b995ae69d6151345ce3e /svx/uiconfig | |
parent | 26930dfffe791de7d0c88d1a6dcb15498d6f6883 (diff) |
restore copy/paste menu entries
Change-Id: Ie1dab6857dd6efdb816a11997ef32f0cc3497047
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/gallerymenu2.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/gallerymenu2.ui b/svx/uiconfig/ui/gallerymenu2.ui index 3fda767be80b..6b389617e54a 100644 --- a/svx/uiconfig/ui/gallerymenu2.ui +++ b/svx/uiconfig/ui/gallerymenu2.ui @@ -61,5 +61,27 @@ <property name="label" translatable="yes">_Delete</property> </object> </child> + <child> + <object class="GtkSeparatorMenuItem" id="menuitem4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="copy"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">_Copy</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="paste"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">_Insert</property> + <property name="use_underline">True</property> + </object> + </child> </object> </interface> |