* Fixed NB#97909, replaced a logical id "New accounts" in the Folder View
authorSergio Villar Senin <svillar@igalia.com>
Tue, 13 Jan 2009 15:15:17 +0000 (15:15 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 13 Jan 2009 15:15:17 +0000 (15:15 +0000)
pmo-trunk-r7132

src/hildon2/modest-folder-window.c

index 5cc91de..11aa375 100644 (file)
@@ -373,7 +373,7 @@ static void setup_menu (ModestFolderWindow *self)
                                           MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_cancel_sending_all));
 
        /* Settings menu buttons */
                                           MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_cancel_sending_all));
 
        /* Settings menu buttons */
-       modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_new_accounts"), NULL,
+       modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_new_account"), NULL,
                                           APP_MENU_CALLBACK (modest_ui_actions_on_new_account),
                                           NULL);
        modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_edit_accounts"), NULL,
                                           APP_MENU_CALLBACK (modest_ui_actions_on_new_account),
                                           NULL);
        modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_edit_accounts"), NULL,