diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-30 12:07:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-30 12:07:15 +0800 |
commit | 322075f7e8ee409646bfd4bdc81dcd80a45b55cf (patch) | |
tree | 01d1cf36ea497af9842737d3b08ee088c1427f80 | |
parent | 953296d5c99028a50169d0e6e24348b81c841037 (diff) | |
download | gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar.gz gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar.bz2 gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar.lz gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar.xz gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.tar.zst gsoc2013-evolution-322075f7e8ee409646bfd4bdc81dcd80a45b55cf.zip |
[ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. Switch
2003-04-29 Chris Toshok <toshok@ximian.com>
[ fixes bug #41144 ]
* gui/component/ldap-config.glade: use stock buttons for the
Add/Delete buttons. Switch from "Delete" to "Remove", though, as
"Remove" fits much better with the one for "Add". Also, add our
stock-edit-24.png icon for "Edit".
svn path=/trunk/; revision=21028
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 65 |
2 files changed, 67 insertions, 6 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 21d5f3b4e5..344416d434 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2003-04-29 Chris Toshok <toshok@ximian.com> + [ fixes bug #41144 ] + * gui/component/ldap-config.glade: use stock buttons for the + Add/Delete buttons. Switch from "Delete" to "Remove", though, as + "Remove" fits much better with the one for "Add". Also, add our + stock-edit-24.png icon for "Edit". + +2003-04-29 Chris Toshok <toshok@ximian.com> + [ fixes bug #41211 ] * gui/component/e-address-popup.c (e_address_popup_no_matches): call e_button_new_with_stock_icon to create our button and give it diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index d741aca697..1f5448325d 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -858,8 +858,8 @@ Please click the "Finish" button to save the settings you have entered <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Add</property> - <property name="use_underline">True</property> + <property name="label">gtk-add</property> + <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> </widget> </child> @@ -869,9 +869,62 @@ Please click the "Finish" button to save the settings you have entered <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Edit</property> - <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> + + <child> + <widget class="GtkAlignment" id="alignment64"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + + <child> + <widget class="GtkHBox" id="hbox121"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">2</property> + + <child> + <widget class="Custom" id="custom1"> + <property name="visible">True</property> + <property name="creation_function">e_create_image_widget</property> + <property name="string1">stock-edit-24.png</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Fri, 25 Apr 2003 20:27:48 GMT</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label554"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Edit</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> </widget> </child> @@ -880,8 +933,8 @@ Please click the "Finish" button to save the settings you have entered <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">De_lete</property> - <property name="use_underline">True</property> + <property name="label">gtk-remove</property> + <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> </widget> </child> |