Patch to remove unneeded accelerators in mail-config.c
Kjartan Maraas <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1155822261.24402.7.camel@rivendell> |
These look horrible in the user interface and have no meaning at all. Cheers Kjartan _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
mail-config.c-accelerator-removal.patch
(text/x-patch, 1.1 KB)
Index: mail/mail-config.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.c,v
retrieving revision 1.326
diff -u -p -r1.326 mail-config.c
--- mail/mail-config.c 25 May 2006 04:59:47 -0000 1.326
+++ mail/mail-config.c 17 Aug 2006 13:43:17 -0000
@@ -82,11 +82,11 @@
/* Note, the first element of each MailConfigLabel must NOT be translated */
MailConfigLabel label_defaults[5] = {
- { "important", N_("I_mportant"), "#ff0000" }, /* red */
- { "work", N_("_Work"), "#ff8c00" }, /* orange */
- { "personal", N_("_Personal"), "#008b00" }, /* forest green */
- { "todo", N_("_To Do"), "#0000ff" }, /* blue */
- { "later", N_("_Later"), "#8b008b" } /* magenta */
+ { "important", N_("Important"), "#ff0000" }, /* red */
+ { "work", N_("Work"), "#ff8c00" }, /* orange */
+ { "personal", N_("Personal"), "#008b00" }, /* forest green */
+ { "todo", N_("To Do"), "#0000ff" }, /* blue */
+ { "later", N_("Later"), "#8b008b" } /* magenta */
};
typedef struct {