balsa r8018 - in trunk: . src



Author: PeterB
Date: Sat Dec 20 16:25:46 2008
New Revision: 8018
URL: http://svn.gnome.org/viewvc/balsa?rev=8018&view=rev

Log:
button for MDN in message composition toolbar (Jean-Luc Coulon)

Modified:
   trunk/ChangeLog
   trunk/src/balsa-icons.c
   trunk/src/balsa-icons.h
   trunk/src/sendmsg-window.c
   trunk/src/toolbar-factory.c

Modified: trunk/src/balsa-icons.c
==============================================================================
--- trunk/src/balsa-icons.c	(original)
+++ trunk/src/balsa-icons.c	Sat Dec 20 16:25:46 2008
@@ -173,6 +173,8 @@
 	  { GTK_ICON_SIZE_LARGE_TOOLBAR, GTK_ICON_SIZE_MENU } },
 	{ BALSA_PIXMAP_REPLY_GROUP,     "stock_mail-reply-to-all", 
 	  { GTK_ICON_SIZE_LARGE_TOOLBAR, GTK_ICON_SIZE_MENU } },
+	{ BALSA_PIXMAP_REQUEST_MDN,     "stock_mail-reply", 
+	  { GTK_ICON_SIZE_LARGE_TOOLBAR, GTK_ICON_SIZE_MENU } },
 	{ BALSA_PIXMAP_SEND,            "stock_mail-send",
 	  { GTK_ICON_SIZE_LARGE_TOOLBAR, GTK_ICON_SIZE_MENU } },
 	{ BALSA_PIXMAP_RECEIVE,         "stock_mail-receive",

Modified: trunk/src/balsa-icons.h
==============================================================================
--- trunk/src/balsa-icons.h	(original)
+++ trunk/src/balsa-icons.h	Sat Dec 20 16:25:46 2008
@@ -37,6 +37,7 @@
 #define BALSA_PIXMAP_PREVIOUS			"balsa_previous"
 #define BALSA_PIXMAP_PREVIOUS_PART		"balsa_previous_part"
 #define BALSA_PIXMAP_POSTPONE			"balsa_postpone"
+#define BALSA_PIXMAP_REQUEST_MDN                "balsa_request_mdn"
 #define BALSA_PIXMAP_SEND			"balsa_send"
 #define BALSA_PIXMAP_SEND_RECEIVE		"balsa_send_receive"
 #define BALSA_PIXMAP_TRASH_EMPTY		"balsa_trash_empty"

Modified: trunk/src/sendmsg-window.c
==============================================================================
--- trunk/src/sendmsg-window.c	(original)
+++ trunk/src/sendmsg-window.c	Sat Dec 20 16:25:46 2008
@@ -417,8 +417,10 @@
      G_CALLBACK(toggle_replyto_cb), TRUE},
     {"Fcc", NULL, N_("F_cc"), NULL, NULL,
      G_CALLBACK(toggle_fcc_cb), TRUE},
-    {"RequestMDN", NULL, N_("_Request Disposition Notification"), NULL,
-     NULL, G_CALLBACK(toggle_reqdispnotify_cb), FALSE},
+    {"RequestMDN", BALSA_PIXMAP_REQUEST_MDN,
+     N_("_Request Disposition Notification"), NULL, 
+     N_("Request Message Disposition Notification"),
+     G_CALLBACK(toggle_reqdispnotify_cb), FALSE},
     {"Flowed", NULL, N_("_Format = Flowed"), NULL,
      NULL, G_CALLBACK(toggle_format_cb), FALSE},
     {"SendMPAlt", NULL, N_("Send as plain text and _HTML"), NULL,

Modified: trunk/src/toolbar-factory.c
==============================================================================
--- trunk/src/toolbar-factory.c	(original)
+++ trunk/src/toolbar-factory.c	Sat Dec 20 16:25:46 2008
@@ -145,6 +145,7 @@
     {GTK_STOCK_DELETE, N_("Trash /\nDelete")},
     {BALSA_PIXMAP_POSTPONE, N_("Postpone")},
     {GTK_STOCK_PRINT, N_("Print")},
+    {BALSA_PIXMAP_REQUEST_MDN, N_("Request\nMDN")},
     {BALSA_PIXMAP_SEND, N_("Send")},
     {BALSA_PIXMAP_SEND_RECEIVE, N_("Exchange")},
     {BALSA_PIXMAP_ATTACHMENT, N_("Attach")},



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