diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 02:32:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-30 02:32:32 +0800 |
commit | c7d8ad5a1a2b3b89e6a1cae85b73eb5baa3f2ad9 (patch) | |
tree | bbe69bdb11fce13087bebc880662fa1b04b068d5 /shell/e-shell-window-commands.c | |
parent | 3def4a7952f8f7a784b91eb626fb2a71a4fe6a07 (diff) | |
download | gsoc2013-evolution-c7d8ad5a1a2b3b89e6a1cae85b73eb5baa3f2ad9.tar.gz gsoc2013-evolution-c7d8ad5a1a2b3b89e6a1cae85b73eb5baa3f2ad9.tar.zst gsoc2013-evolution-c7d8ad5a1a2b3b89e6a1cae85b73eb5baa3f2ad9.zip |
Use the standard FAQ icon for Help -> Evolution FAQ
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 609e7c79b3..224dd67171 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -1137,6 +1137,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/FileClose", "window-close", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/FileExit", "application-exit", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/Edit/Settings", "preferences-desktop", E_ICON_SIZE_MENU), + E_PIXMAP ("/menu/Help/HelpOpenFAQ", "help-faq", E_ICON_SIZE_MENU), E_PIXMAP_END }; |