diff options
author | Brent Hull <[email protected]> | 2013-01-25 13:40:14 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2013-01-25 13:40:14 -0500 |
commit | cc8a689bdeb46b3c9fe8247a72b05c8d97762474 (patch) | |
tree | bc924a2c5961e629a55bd046765bc7c45e2b5ad0 /mate-dictionary/data | |
parent | 1acc3477eeb71505d68b66ac7aa4a796f86fe69c (diff) | |
download | mate-utils-cc8a689bdeb46b3c9fe8247a72b05c8d97762474.tar.bz2 mate-utils-cc8a689bdeb46b3c9fe8247a72b05c8d97762474.tar.xz |
Add edit button for dictionary sources and fix typo
Diffstat (limited to 'mate-dictionary/data')
-rw-r--r-- | mate-dictionary/data/mate-dictionary-preferences.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mate-dictionary/data/mate-dictionary-preferences.ui b/mate-dictionary/data/mate-dictionary-preferences.ui index 1f04df8f..d7fa1db1 100644 --- a/mate-dictionary/data/mate-dictionary-preferences.ui +++ b/mate-dictionary/data/mate-dictionary-preferences.ui @@ -102,6 +102,17 @@ <property name="focus_on_click">True</property> </object> </child> + <child> + <object class="GtkButton" id="edit_button"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-edit</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + </object> + </child> </object> <packing> <property name="padding">0</property> |