aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-21 06:25:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-21 06:25:06 +0800
commit9eeff8bfec181a1710b62926c64d617cce766054 (patch)
tree428b2b8dd87b7a64f30203a630f09546046f87b0 /mail/folder-browser.c
parentbc11ab14a5de4bf928a254b18b5ab6eb04c6f012 (diff)
downloadgsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar.gz
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar.bz2
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar.lz
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar.xz
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.tar.zst
gsoc2013-evolution-9eeff8bfec181a1710b62926c64d617cce766054.zip
Add accelerators for "Find Now" and "Clear".
* e-search-bar.c (update_bonobo_menus): Add accelerators for "Find Now" and "Clear". * e-filter-bar.h: Change search labels as suggested in Anna's redesign [#16246]. * folder-browser.c: Reorder folder_browser_search_menu_items according to #16246. svn path=/trunk/; revision=16219
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 140bcb376d..24f3b12a8c 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1075,10 +1075,13 @@ enum {
};
static ESearchBarItem folder_browser_search_menu_items[] = {
+ E_FILTERBAR_ADVANCED,
+ { NULL, 0, NULL },
E_FILTERBAR_SAVE,
- { N_("Create vFolder from Search"), ESB_SAVE, NULL },
E_FILTERBAR_EDIT,
- { NULL, -1, NULL }
+ { NULL, 0, NULL },
+ { N_("Create _Virtual Folder From Search..."), ESB_SAVE, NULL },
+ { NULL, -1, NULL }
};
static void