diff options
author | Andre Klapper <a9016009@gmx.de> | 2007-11-27 03:50:36 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2007-11-27 03:50:36 +0800 |
commit | d218775fe404a4533636d972f9c5e18bffaa6309 (patch) | |
tree | 1a5bcec617cdce839846e79bb1dd858fbe6dc5ec /ui | |
parent | 1fd244770af881843b82eee3320f036634e169ab (diff) | |
download | gsoc2013-evolution-d218775fe404a4533636d972f9c5e18bffaa6309.tar.gz gsoc2013-evolution-d218775fe404a4533636d972f9c5e18bffaa6309.tar.zst gsoc2013-evolution-d218775fe404a4533636d972f9c5e18bffaa6309.zip |
** Fixes bug #497810
2007-11-26 Andre Klapper <a9016009@gmx.de>
** Fixes bug #497810
* ui/evolution.xml:
* shell/e-shell-window-commands.c:
add "Evolution FAQ" help menu item
svn path=/trunk/; revision=34589
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution.xml | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index fdc9039416..d4b5a7669a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2007-11-26 Andre Klapper <a9016009@gmx.de> + + ** Fixes bug #497810 + + * evolution.xml: + add "Evolution FAQ" help menu item + 2007-11-26 Nicholas Miell <nmiell@gmail.com> ** Part of fix for bug #216485 diff --git a/ui/evolution.xml b/ui/evolution.xml index 92036c6a14..3b4ea02005 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -39,6 +39,9 @@ <cmd name="HelpSubmitBug" _label="Submit Bug Report" _tip="Submit a bug report using Bug Buddy"/> + <cmd name="HelpOpenFAQ" _label="Evolution _FAQ" + _tip="Open the Frequently Asked Questions webpage"/> + <cmd name="SendReceive" _tip="Send queued items and retrieve new items" pixtype="pixbuf"/> @@ -159,11 +162,9 @@ <separator f="" name="eshell2"/> - <!-- <menuitem name="HelpFAQ" verb="" + <menuitem name="HelpOpenFAQ" verb="" _label="Evolution _FAQ"/> - <separator/> --> - <menuitem name="HelpSubmitBug" verb="" _label="Submit _Bug Report"/> |