2004-08-22 [paul] 0.9.12cvs76
authorPaul Mangan <paul@claws-mail.org>
Sun, 22 Aug 2004 08:39:28 +0000 (08:39 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sun, 22 Aug 2004 08:39:28 +0000 (08:39 +0000)
* src/plugins/trayicon/trayicon.c
fix formatting bug in trayicon_popup_menu_entries[]

ChangeLog.claws
PATCHSETS
configure.ac
src/plugins/trayicon/trayicon.c

index 989329133f9072bd82403a21c272152975881b02..fc345a57b60e09a6e1396297f0d32697f97727e7 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-22 [paul]      0.9.12cvs76
+
+       * src/plugins/trayicon/trayicon.c
+               fix formatting bug in trayicon_popup_menu_entries[]
+
+
 2004-08-22 [paul]      0.9.12cvs75
 
        * m4/Makefile.am
index 8541a19052da1d933081b2defabc7435143bb912..34d7b0588db9a05fb563b9efdd33498827ac041d 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
@@ -58,3 +58,4 @@
 ( cvs diff -u -r 1.53 -r 1.54 src/toolbar.c; ) > 0.9.12cvs73.patchset
 ( cvs diff -u -r 1.437 -r 1.438 src/compose.c; ) > 0.9.12cvs74.patchset
 ( cvs diff -u -r 1.1 -r 1.2 m4/Makefile.am; ) > 0.9.12cvs75.patchset
+( cvs diff -u -r 1.15 -r 1.16 src/plugins/trayicon/trayicon.c; ) > 0.9.12cvs76.patchset
index 6dd17e275e6cd4690ff7fcaeeb2df2cbb8dd5922..b85a140b9953073243ce474f7c2941e73a8c8e03 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=75
+EXTRA_VERSION=76
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index 6392b60e994cd2dd0dc9d9bae9ddd448901c9792..cb6f9d2362c07ce38003b4e93921ec48c078d939 100644 (file)
@@ -76,7 +76,7 @@ static void trayicon_exit_cb      ( gpointer data, guint action, GtkWidget *widge
 static GtkItemFactoryEntry trayicon_popup_menu_entries[] =
 {
        {N_("/_Get"),                   NULL, trayicon_get_cb,          0, NULL},
-       {N_("/_Get _All"),              NULL, trayicon_get_all_cb,      0, NULL},
+       {N_("/Get _All"),               NULL, trayicon_get_all_cb,      0, NULL},
        {N_("/---"),                    NULL, NULL,                     0, "<Separator>"},
        {N_("/_Email"),                 NULL, trayicon_compose_cb,      0, NULL},
        {N_("/Open A_ddressbook"),      NULL, trayicon_addressbook_cb,  0, NULL},