From: Jose Dapena Paz Date: Tue, 13 Jan 2009 14:26:44 +0000 (+0000) Subject: Updated Sort menu button label (fixes NB#97880). X-Git-Tag: git_migration_finished~815 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=df5dce160ee41889f8fd1539ea66bd9beac0609a Updated Sort menu button label (fixes NB#97880). pmo-trunk-r7131 --- diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index ac275c8..39a9de1 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -461,7 +461,7 @@ static void setup_menu (ModestHeaderWindow *self) modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_folder details"), NULL, APP_MENU_CALLBACK (modest_ui_actions_on_details), MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_details)); - modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_inbox_sort"), NULL, + modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_sort"), NULL, APP_MENU_CALLBACK (modest_ui_actions_on_sort), MODEST_DIMMING_CALLBACK (modest_ui_dimming_rules_on_sort)); modest_hildon2_window_add_to_menu (MODEST_HILDON2_WINDOW (self), _("mcen_me_new_message"), "n",