[evolution-patches] UI patch for addressbook bug #41144



I didn't switch to a stock Edit button since.. there isn't one.  Also,
switched from "Delete" to "Remove" since it matches "Add" better.

Chris
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1389
diff -u -w -r1.1389 ChangeLog
--- ChangeLog	23 Apr 2003 20:34:35 -0000	1.1389
+++ ChangeLog	25 Apr 2003 00:40:56 -0000
@@ -1,3 +1,11 @@
+2003-04-24  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".
+
 2003-04-23  Chris Toshok  <toshok ximian com>
 
 	[ fixes bug #37351 ]
Index: gui/component/ldap-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/ldap-config.glade,v
retrieving revision 1.13
diff -u -w -r1.13 ldap-config.glade
--- gui/component/ldap-config.glade	8 Apr 2003 15:31:53 -0000	1.13
+++ gui/component/ldap-config.glade	25 Apr 2003 00:40:56 -0000
@@ -858,8 +858,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>
@@ -880,8 +880,8 @@
 		      <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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]