X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=9bbe46687cde979bac70996080163e04dee8921b;hb=cad3f56ab4e492218e57dbc5e700816a94090ee1;hp=9da77053a968245d9d4470ca7faaa69fcf23ed25;hpb=c3da84683c35ffe81b2e07b8acae82bcbd739f54;p=modest diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 9da7705..9bbe466 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -42,18 +42,18 @@ G_BEGIN_DECLS static const GtkActionEntry modest_action_entries [] = { /* Toplevel menus */ - { "Email", NULL, N_("mcen_me_inbox_email"), NULL, NULL, NULL }, - { "Edit", NULL, N_("mcen_me_inbox_edit"), NULL, NULL, NULL }, - { "View", NULL, N_("mcen_me_inbox_view"), NULL, NULL, NULL }, - { "Tools", NULL, N_("mcen_me_inbox_tools"), NULL, NULL, NULL }, - { "Attachments", NULL, N_("mcen_me_viewer_attachments"), NULL, NULL, NULL }, + { "Email", NULL, N_("mcen_me_inbox_email"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_email_menu_activated) }, + { "Edit", NULL, N_("mcen_me_inbox_edit"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_edit_menu_activated) }, + { "View", NULL, N_("mcen_me_inbox_view"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_view_menu_activated) }, + { "Tools", NULL, N_("mcen_me_inbox_tools"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_tools_menu_activated) }, + { "Attachments", NULL, N_("mcen_me_viewer_attachments"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_attachment_menu_activated) }, { "Close", NULL, N_("mcen_me_inbox_close") }, - { "Zoom", NULL, N_("Zoom") }, + { "Zoom", NULL, N_("mcen_me_viewer_zoom") }, /* Zoom and fullscreen keyboard actions*/ { "ZoomPlus", NULL, N_("Zoom +"), "F7", NULL, G_CALLBACK (modest_ui_actions_on_zoom_plus) }, { "ZoomMinus", NULL, N_("Zoom -"), "F8", NULL, G_CALLBACK (modest_ui_actions_on_zoom_minus) }, - { "ToggleFullscreen", NULL, N_("Toggle fullscreen"), "F6", NULL, G_CALLBACK (modest_ui_actions_on_change_fullscreen) }, + { "ToggleFullscreen", NULL, N_("mcen_me_inbox_fullscreen"), "F6", NULL, G_CALLBACK (modest_ui_actions_on_change_fullscreen) }, /* Email */ { "EmailNew", NULL, N_("mcen_me_inbox_new") }, /* submenu */