From: Sergio Villar Senin Date: Thu, 26 Jul 2007 12:18:22 +0000 (+0000) Subject: * Fixes blocker NB#60968, it now shows Fullscreen instead of the logical id X-Git-Tag: git_migration_finished~2739 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=ada3ee04610c6ddb4dea944e45c85826e7a24cbe * Fixes blocker NB#60968, it now shows Fullscreen instead of the logical id pmo-trunk-r2804 --- diff --git a/src/widgets/modest-msg-edit-window-ui.h b/src/widgets/modest-msg-edit-window-ui.h index e53a124..0252cb6 100644 --- a/src/widgets/modest-msg-edit-window-ui.h +++ b/src/widgets/modest-msg-edit-window-ui.h @@ -99,7 +99,7 @@ static const GtkToggleActionEntry modest_msg_edit_toggle_action_entries [] = { { "ViewToggleFullscreen", NULL, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_fullscreen), FALSE}, /* Toolbar visibility */ { "ViewShowToolbarNormalScreen", NULL, N_("mcen_me_inbox_normalview"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, - { "ViewShowToolbarFullScreen", NULL, N_("mcen_me_inbox_optimizedview"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, + { "ViewShowToolbarFullScreen", NULL, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, /* Rich text editor functions */ { "ActionsBulletedList", NULL, N_("mcen_me_editor_bullets"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_bullets), FALSE },