balsa r7921 - in trunk: . src



Author: PeterB
Date: Mon Apr 28 14:50:09 2008
New Revision: 7921
URL: http://svn.gnome.org/viewvc/balsa?rev=7921&view=rev

Log:
change edit icon and add it to the legal toolbar buttons

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

Modified: trunk/src/sendmsg-window.c
==============================================================================
--- trunk/src/sendmsg-window.c	(original)
+++ trunk/src/sendmsg-window.c	Mon Apr 28 14:50:09 2008
@@ -369,7 +369,7 @@
      NULL, N_("Select the Identity to use for the message"),
      G_CALLBACK(change_identity_dialog_cb)},
 #if !defined(ENABLE_TOUCH_UI)
-    {"EditWithGnome", GTK_STOCK_EXECUTE, N_("_Edit with Gnome-Editor"),
+    {"EditWithGnome", GTK_STOCK_EDIT, N_("_Edit with Gnome-Editor"),
      NULL, N_("Edit the current message with the default Gnome editor"),
      G_CALLBACK(edit_with_gnome)},
 #endif                          /* ENABLE_TOUCH_UI */

Modified: trunk/src/toolbar-factory.c
==============================================================================
--- trunk/src/toolbar-factory.c	(original)
+++ trunk/src/toolbar-factory.c	Mon Apr 28 14:50:09 2008
@@ -166,6 +166,7 @@
     {GTK_STOCK_REDO, N_("Redo")},
     {GTK_STOCK_CLEAR, N_("Reset\nFilter")},
     {GTK_STOCK_REMOVE, N_("Empty\nTrash")},
+    {GTK_STOCK_EDIT, N_("Edit")},
 };
 
 const int toolbar_button_count =



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