* Fixes NB#60774, the logical id was deleted in version 1.1 of the specs
authorSergio Villar Senin <svillar@igalia.com>
Mon, 23 Jul 2007 19:45:40 +0000 (19:45 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 23 Jul 2007 19:45:40 +0000 (19:45 +0000)
pmo-trunk-r2779

src/maemo/modest-main-window-ui.h

index dd95025..a4c617b 100644 (file)
@@ -129,7 +129,7 @@ static const GtkActionEntry modest_action_entries [] = {
 static const GtkToggleActionEntry modest_toggle_action_entries [] = {
        { "ViewToggleFullscreen",     GTK_STOCK_FULLSCREEN, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_fullscreen), FALSE },
        { "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 },
 };
 
 G_END_DECLS