[evolution-patches] [UI] Fix for Bug # 246245 Attach a file dialog - label suggestions



Hi
Changed the title caption of  Insert > Attachment.  from "Attach
file(s)" to "Insert Attachment" according to bug # 246245.

Please review the patch.

Johnny

Index: composer/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.721
diff -u -p -r1.721 ChangeLog
--- composer/ChangeLog  22 Oct 2005 08:16:44 -0000      1.721
+++ composer/ChangeLog  23 Nov 2005 08:48:15 -0000
@@ -1,3 +1,9 @@
+2005-11-23  Johnny Jacob <johnnyjacob gmail com>
+
+       ** See Bug # 246245
+       * e-msg-composer-select-file.c (e_msg_composer_select_file_attachments):
+       Changed the title caption from "Attach file(s)" to "Insert Attachment".
+
 2005-10-22  Parthasarathi Susarla <sparthasarathi novell com>

        * e-msg-composer.c: (get_file_content):
Index: composer/e-msg-composer-select-file.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer-select-file.c,v
retrieving revision 1.38
diff -u -p -r1.38 e-msg-composer-select-file.c
--- composer/e-msg-composer-select-file.c       19 Oct 2005 10:54:27
-0000      1.38
+++ composer/e-msg-composer-select-file.c       23 Nov 2005 08:51:33 -0000
@@ -236,7 +236,7 @@ void e_msg_composer_select_file_attachme
                return;
        }

-       *w = get_selector (composer, _("Attach file(s)"),
SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
+       *w = get_selector (composer, _("Insert Attachment"),
SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
        g_signal_connect(*w, "response",
G_CALLBACK(select_attach_response), composer);
        g_signal_connect(*w, "destroy", G_CALLBACK(gtk_widget_destroyed), w);
        g_object_set_data((GObject *)*w, "callback", func);
Index: composer/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.721
diff -u -p -r1.721 ChangeLog
--- composer/ChangeLog	22 Oct 2005 08:16:44 -0000	1.721
+++ composer/ChangeLog	23 Nov 2005 08:48:15 -0000
@@ -1,3 +1,9 @@
+2005-11-23  Johnny Jacob <johnnyjacob gmail com>
+	
+	** See Bug # 246245
+	* e-msg-composer-select-file.c (e_msg_composer_select_file_attachments):   
+	Changed the title caption from "Attach file(s)" to "Insert Attachment".
+
 2005-10-22  Parthasarathi Susarla <sparthasarathi novell com>
 	
 	* e-msg-composer.c: (get_file_content):
Index: composer/e-msg-composer-select-file.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer-select-file.c,v
retrieving revision 1.38
diff -u -p -r1.38 e-msg-composer-select-file.c
--- composer/e-msg-composer-select-file.c	19 Oct 2005 10:54:27 -0000	1.38
+++ composer/e-msg-composer-select-file.c	23 Nov 2005 08:51:33 -0000
@@ -236,7 +236,7 @@ void e_msg_composer_select_file_attachme
 		return;
 	}
 
-	*w = get_selector (composer, _("Attach file(s)"), SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
+	*w = get_selector (composer, _("Insert Attachment"), SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
 	g_signal_connect(*w, "response", G_CALLBACK(select_attach_response), composer);
 	g_signal_connect(*w, "destroy", G_CALLBACK(gtk_widget_destroyed), w);
 	g_object_set_data((GObject *)*w, "callback", func);




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