diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 01:54:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 01:54:49 +0800 |
commit | 0067abc21a679e78b05a138dd693b0400b7584a0 (patch) | |
tree | a8d9fb3ca1b6e674c3248df02ec78cf781babaf1 /shell | |
parent | 93b09e42086922928d672172f9ef731e8df6ba77 (diff) | |
download | gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.gz gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.zst gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.zip |
Make the message search bar more Firefoxy.
Refine the EMailSearchBar to look more like Firefox's. Also, use
GtkEntry's new icon capability (GTK+ 2.16 feature) in place of
EIconEntry. And use a cute icon for Help -> Evolution FAQ.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 30d171e759..3577e5b9bc 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -1438,7 +1438,7 @@ static GtkActionEntry shell_entries[] = { G_CALLBACK (action_contents_cb) }, { "faq", - GTK_STOCK_DIALOG_INFO, + "help-faq", N_("Evolution _FAQ"), NULL, N_("Open the Frequently Asked Questions webpage"), |