diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-02 07:40:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-02 07:40:51 +0800 |
commit | cfd8facc65f6c9d7d35355cd0ad88befd9bc6910 (patch) | |
tree | 2e2e70e252e50760593f7751e7bafa82f83059d1 /shell/ChangeLog | |
parent | 5aa154015fd341999091c3a7c6948f61c3996027 (diff) | |
download | gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar.gz gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar.bz2 gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar.lz gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar.xz gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.tar.zst gsoc2013-evolution-cfd8facc65f6c9d7d35355cd0ad88befd9bc6910.zip |
New menu callback to launch the help browser. (menu_help): add pointers to
* e-shell-view-menu.c (command_help): New menu callback to launch
the help browser.
(menu_help): add pointers to the users' guide.
(e_shell_view_menu_setup): Add the help menu stuff to the uih.
svn path=/trunk/; revision=3347
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e9e31dc9f8..3631ad847b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2000-06-01 Dan Winship <danw@helixcode.com> + * e-shell-view-menu.c (command_help): New menu callback to launch + the help browser. + (menu_help): add pointers to the users' guide. + (e_shell_view_menu_setup): Add the help menu stuff to the uih. + * main.c (main): Set up gettext. (Problem noted by Héctor García Alvarez) |