2007-07-09 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Sun, 8 Jul 2007 22:20:11 +0000 (22:20 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Sun, 8 Jul 2007 22:20:11 +0000 (22:20 +0000)
* src/maemo/modest-msg-edit-window.c:
(modest_msg_edit_window_attach_file): Set the file chooser dialog title
as per the UI spec. This fixes proejcts.maemo.org bug NB#59056.

pmo-trunk-r2631

ChangeLog2
src/maemo/modest-msg-edit-window.c

index f26dbb2..1898545 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-09  Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-msg-edit-window.c:
+       (modest_msg_edit_window_attach_file): Set the file chooser dialog title 
+       as per the UI spec. This fixes proejcts.maemo.org bug NB#59056.
+
 2007-07-07  Armin Burgmeier  <armin@openismus.com>
 
        * src/maemo/easysetup/modest-easysetup-wizard.c: Translate
 2007-07-07  Armin Burgmeier  <armin@openismus.com>
 
        * src/maemo/easysetup/modest-easysetup-wizard.c: Translate
index 1294512..fc1a520 100644 (file)
@@ -1590,6 +1590,7 @@ modest_msg_edit_window_attach_file (ModestMsgEditWindow *window)
        priv = MODEST_MSG_EDIT_WINDOW_GET_PRIVATE (window);
        
        dialog = hildon_file_chooser_dialog_new (GTK_WINDOW (window), GTK_FILE_CHOOSER_ACTION_OPEN);
        priv = MODEST_MSG_EDIT_WINDOW_GET_PRIVATE (window);
        
        dialog = hildon_file_chooser_dialog_new (GTK_WINDOW (window), GTK_FILE_CHOOSER_ACTION_OPEN);
+       gtk_window_set_title (GTK_WINDOW (dialog), _("mcen_ti_select_attachment_title"));
        gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (dialog), TRUE);
 
        response = gtk_dialog_run (GTK_DIALOG (dialog));
        gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (dialog), TRUE);
 
        response = gtk_dialog_run (GTK_DIALOG (dialog));