diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-09 00:22:12 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-09 00:22:12 +0800 |
commit | 6be59e74845e71b11e1ade1e7e8de2ad6d87f590 (patch) | |
tree | 5931e630f85581ed417fdbbf8a88f772c249ae93 /help/C | |
parent | 8de67d32c63ed75c7e4fa233bb4d1afd63770943 (diff) | |
download | gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar.gz gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar.bz2 gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar.lz gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar.xz gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.tar.zst gsoc2013-epiphany-6be59e74845e71b11e1ade1e7e8de2ad6d87f590.zip |
Convenience function for displaying help. Remove unneeded include of
2003-05-08 David Adam Bordoley <bordoley@msu.edu>
* lib/ephy-gui.c: (ephy_gui_help):
* lib/ephy-gui.h:
Convenience function for displaying help.
Remove unneeded include of gnome-dialog.h
* src/ephy-history-window.c: (cmd_help_contents):
* src/prefs-dialog.c: (prefs_dialog_show_help):
* src/window-commands.c: (window_cmd_help_contents),
(window_cmd_help_about):
* src/bookmarks/ephy-bookmark-properties.c:
(ephy_bookmark_properties_help),
(bookmark_properties_response_cb):
* src/bookmarks/ephy-bookmarks-editor.c:
(cmd_help_contents):
* src/bookmarks/ephy-new-bookmark.c:
(ephy_new_bookmark_help), (response_cb):
Hook up help to windows/dialogs.
Add the guilty parties to about.
* help/C/epiphany.xml:
Fixed the "To Create a New Bookmark" id.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/epiphany.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index faac919e5..6b376f619 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -420,7 +420,7 @@ you can choose items related to the display of the web page.</para> <para> </para> </sect2> - <sect2 id="to-creating-new-bookmark"> + <sect2 id="to-create-new-bookmark"> <title>To Create a New Bookmark</title> <para> </para> |