diff options
Diffstat (limited to 'sfx2/uiconfig/ui/charviewmenu.ui')
-rw-r--r-- | sfx2/uiconfig/ui/charviewmenu.ui | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/charviewmenu.ui b/sfx2/uiconfig/ui/charviewmenu.ui new file mode 100644 index 000000000..714d33c6e --- /dev/null +++ b/sfx2/uiconfig/ui/charviewmenu.ui @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.2 --> +<interface domain="sfx"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkMenu" id="charviewmenu"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkMenuItem" id="clearchar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="charviewmenu|clearchar">Remove</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="clearallchar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="charviewmenu|clearallchar">Clear All</property> + <property name="use_underline">True</property> + </object> + </child> + </object> +</interface> |