aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-04-30 01:54:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-30 01:54:49 +0800
commit0067abc21a679e78b05a138dd693b0400b7584a0 (patch)
treea8d9fb3ca1b6e674c3248df02ec78cf781babaf1 /shell/e-shell-window-actions.c
parent93b09e42086922928d672172f9ef731e8df6ba77 (diff)
downloadgsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.gz
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.bz2
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.lz
gsoc2013-evolution-0067abc21a679e78b05a138dd693b0400b7584a0.tar.xz
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/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c2
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"),