From: Jose Dapena Paz Date: Mon, 2 Jul 2007 14:28:10 +0000 (+0000) Subject: * src/maemo/modest-main-window-ui.h: X-Git-Tag: git_migration_finished~3005 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=64f177a769cd653985ca4569ef3feab8fe20e647 * src/maemo/modest-main-window-ui.h: * Now Email/New menu option is shown as Email/New message as requested in specs (NB#60222). pmo-trunk-r2532 --- diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 92c1d03..54b87f0 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -58,7 +58,7 @@ static const GtkActionEntry modest_action_entries [] = { /* Email */ { "EmailNew", NULL, N_("mcen_me_inbox_new") }, /* submenu */ { "EmailNewMessage", NULL, N_("mcen_me_inbox_message"), "N", NULL, G_CALLBACK (modest_ui_actions_on_new_msg) }, - { "EmailNewDefault", NULL, N_("mcen_me_inbox_new"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_msg) }, + { "EmailNewDefault", NULL, N_("mcen_me_viewer_newemail"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_msg) }, { "EmailNewFolder", NULL, N_("mcen_me_inbox_folder"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_folder) }, { "EmailOpen", NULL, N_("mcen_me_inbox_open"), "O", NULL, G_CALLBACK (modest_ui_actions_on_open) }, { "EmailReply", NULL, N_("mcen_me_inbox_reply"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_reply) },