X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window-ui.h;h=29a4e08e417e5b173296b4b4c291c2d5fd1e68b2;hb=43e62768748b9385ba4ba926c14c59ed2eaa3f9f;hp=6b910ad57531277da20a846551990d8966cd91e1;hpb=d46c55ce52509818bd05137ec0382b4e620f07d1;p=modest diff --git a/src/gnome/modest-main-window-ui.h b/src/gnome/modest-main-window-ui.h index 6b910ad..29a4e08 100644 --- a/src/gnome/modest-main-window-ui.h +++ b/src/gnome/modest-main-window-ui.h @@ -50,7 +50,7 @@ static const GtkActionEntry modest_action_entries [] = { /* FILE */ { "FileNew", MODEST_STOCK_NEW_MAIL, N_("_New"), "N", N_("Compose new message"), G_CALLBACK (modest_ui_actions_on_new_msg) }, - { "FileOpen", GTK_STOCK_OPEN, N_("_Open"), "O", N_("Open a message"), NULL }, + { "FileOpen", GTK_STOCK_OPEN, N_("_Open"), "O", N_("Open a message"), G_CALLBACK (modest_ui_actions_on_open) }, { "FileSave", GTK_STOCK_SAVE, N_("_Save"), "S", N_("Save a message"), NULL }, { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As"), NULL, N_("Save a message as"), NULL }, { "FileQuit", GTK_STOCK_QUIT, N_("_Quit"), "Q", N_("Exit the application"), G_CALLBACK (modest_ui_actions_on_quit) }, @@ -89,6 +89,7 @@ static const GtkActionEntry modest_action_entries [] = { { "OptionsAddToContacts", NULL, N_("A_dd to accounts"), NULL, N_("Add selection to accounts"), G_CALLBACK (modest_ui_actions_on_add_to_contacts) }, { "OptionsAccounts", NULL, N_("_Accounts"), NULL, N_("Manage accounts"), G_CALLBACK (modest_ui_actions_on_accounts) }, { "OptionsContacts", NULL, N_("_Contacts"), NULL, N_("Manage contacts"), NULL }, + { "OptionsSettings", NULL, N_("mcen_me_inbox_options"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_settings) }, /* HELP */ { "HelpAbout", GTK_STOCK_ABOUT, N_("About"), NULL, N_("About Modest"), G_CALLBACK (modest_ui_actions_on_about) },