[evolution-patches] Patch to remove unneeded accelerators in mail-config.c
- From: Kjartan Maraas <kmaraas broadpark no>
- To: evolution-patches <evolution-patches gnome org>
- Subject: [evolution-patches] Patch to remove unneeded accelerators in mail-config.c
- Date: Thu, 17 Aug 2006 15:44:21 +0200
These look horrible in the user interface and have no meaning at all.
Cheers
Kjartan
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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]