[evolution-patches] [Addressbook] Fix for bug #341521



Hi,

Attaching a patch for bug #341521 - The button "Categories" should be
"Categories..." in "Contact Editor" dialog. please review.

Thanks,
-Simon
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.2062.2.3
diff -u -p -r1.2062.2.3 ChangeLog
--- ChangeLog	27 Apr 2006 08:46:45 -0000	1.2062.2.3
+++ ChangeLog	12 May 2006 06:40:56 -0000
@@ -1,3 +1,9 @@
+2006-05-12  simon.zheng  <simon zheng sun com>
+
+	Fix for Bug 341521
+	* gui/contact-editor/contact-editor.glade: Change the label
+	name of categories button.
+
 2006-04-27  Boby Wang <boby wang sun com>
 
 	** Fix for bug # 336470
Index: gui/contact-editor/contact-editor.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/contact-editor.glade,v
retrieving revision 1.72
diff -u -p -r1.72 contact-editor.glade
--- gui/contact-editor/contact-editor.glade	12 May 2005 04:13:46 -0000	1.72
+++ gui/contact-editor/contact-editor.glade	12 May 2006 06:40:57 -0000
@@ -239,7 +239,7 @@
 			<widget class="GtkButton" id="button-categories">
 			  <property name="visible">True</property>
 			  <property name="can_focus">True</property>
-			  <property name="label" translatable="yes">_Categories</property>
+			  <property name="label" translatable="yes">_Categories...</property>
 			  <property name="use_underline">True</property>
 			  <property name="relief">GTK_RELIEF_NORMAL</property>
 			  <property name="focus_on_click">True</property>


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