[balsa] Change priority text



commit a1939ee7d0fc7d89e06e46d33d7792fd36fa4ba0
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Oct 27 19:07:09 2009 -0400

    Change priority text

 ChangeLog             |    5 +++++
 src/toolbar-factory.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aec0a32..a42133e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-27  Peter Bloomfield
+
+	* src/toolbar-factory.c: show text for "compose" instead of
+	"trash/delete".
+
 2009-10-24  Peter Bloomfield
 
 	* src/toolbar-factory.h: new member button_data::is_important.
diff --git a/src/toolbar-factory.c b/src/toolbar-factory.c
index 0df34aa..2e92163 100644
--- a/src/toolbar-factory.c
+++ b/src/toolbar-factory.c
@@ -133,7 +133,7 @@ button_data toolbar_buttons[]={
     {"",                         N_("Separator"),       FALSE},
     {GTK_STOCK_QUIT,             N_("Quit"),            FALSE},
     {BALSA_PIXMAP_RECEIVE,       N_("Check"),           TRUE},
-    {BALSA_PIXMAP_COMPOSE,       N_("Compose"),         FALSE},
+    {BALSA_PIXMAP_COMPOSE,       N_("Compose"),         TRUE},
     {BALSA_PIXMAP_CONTINUE,      N_("Continue"),        FALSE},
     {BALSA_PIXMAP_REPLY,         N_("Reply"),           TRUE},
     {BALSA_PIXMAP_REPLY_ALL,     N_("Reply\nto all"),   FALSE},
@@ -145,7 +145,7 @@ button_data toolbar_buttons[]={
     {BALSA_PIXMAP_NEXT_FLAGGED,  N_("Next\nflagged"),   FALSE},
     {BALSA_PIXMAP_PREVIOUS_PART, N_("Previous\npart"),  FALSE},
     {BALSA_PIXMAP_NEXT_PART,     N_("Next\npart"),      FALSE},
-    {GTK_STOCK_DELETE,           N_("Trash /\nDelete"), TRUE},
+    {GTK_STOCK_DELETE,           N_("Trash /\nDelete"), FALSE},
     {BALSA_PIXMAP_POSTPONE,      N_("Postpone"),        FALSE},
     {GTK_STOCK_PRINT,            N_("Print"),           FALSE},
     {BALSA_PIXMAP_REQUEST_MDN,   N_("Request\nMDN"),    FALSE},



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