diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-18 10:52:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-18 10:55:04 +0100 |
commit | 1660bdd08bde5efa7cbfc9e8b2aed5d90504fceb (patch) | |
tree | edbab6c016aaae7f41264690259ea88ffc0bccdc /dbaccess/uiconfig/ui | |
parent | 2f30782b03dd62894d3fa821e6b4ec54064c3bf9 (diff) |
convert primary key menu to .ui
Change-Id: I78b4f6edc33ddc908402d8ab952bfebc11e4f929
Diffstat (limited to 'dbaccess/uiconfig/ui')
-rw-r--r-- | dbaccess/uiconfig/ui/keymenu.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dbaccess/uiconfig/ui/keymenu.ui b/dbaccess/uiconfig/ui/keymenu.ui new file mode 100644 index 000000000000..301ad667518a --- /dev/null +++ b/dbaccess/uiconfig/ui/keymenu.ui @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> +<interface> + <requires lib="gtk+" version="3.10"/> + <object class="GtkMenu" id="menu"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkCheckMenuItem" id="primarykey"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Primary Key</property> + <property name="use_underline">True</property> + </object> + </child> + </object> +</interface> |