[Addressbook] Fix for bug #341521
"simon.zheng" <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1147417432.21503.2.camel@snowboard> |
Hi, Attaching a patch for bug #341521 - The button "Categories" should be "Categories..." in "Contact Editor" dialog. please review. Thanks, -Simon _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
341521-categories.diff
(text/x-patch, 1.4 KB)
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 <[email protected]> + + Fix for Bug 341521 + * gui/contact-editor/contact-editor.glade: Change the label + name of categories button. + 2006-04-27 Boby Wang <[email protected]> ** 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>