diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-30 12:10:22 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-30 12:10:22 +0800 |
commit | c2a1b89ca3e55e1d868eff4d825ac19cd78827f4 (patch) | |
tree | b631b1ad47176f3bac85f90c8424fa8f8f87df65 /addressbook | |
parent | bd5d8d8d4493796c8a872d826f76894c16b39b15 (diff) | |
download | gsoc2013-evolution-c2a1b89ca3e55e1d868eff4d825ac19cd78827f4.tar.gz gsoc2013-evolution-c2a1b89ca3e55e1d868eff4d825ac19cd78827f4.tar.zst gsoc2013-evolution-c2a1b89ca3e55e1d868eff4d825ac19cd78827f4.zip |
[ fixes bug #41255 ] use stock buttons for Add/Remove.
2003-04-29 Chris Toshok <toshok@ximian.com>
[ fixes bug #41255 ]
* gui/contact-list-editor/contact-list-editor.glade: use stock
buttons for Add/Remove.
svn path=/trunk/; revision=21030
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 344416d434..548497b26b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2003-04-29 Chris Toshok <toshok@ximian.com> + [ fixes bug #41255 ] + * gui/contact-list-editor/contact-list-editor.glade: use stock + buttons for Add/Remove. + +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 diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index 9391ad9e28..71103dde99 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -241,8 +241,8 @@ <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> @@ -252,8 +252,8 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Remove</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> |