summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-10-26 17:33:00 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-10-26 17:33:00 +0000
commitdca4bc2444c59d0b71f5ae7dacfab41decfe4b77 (patch)
tree2bd25bf5e7a950b45b64c2ea5fe8126df412cc60 /components
parent3994703db1cb4415b25f4e08d1cb14669d31caae (diff)
downloadnautilus-dca4bc2444c59d0b71f5ae7dacfab41decfe4b77.tar.gz
Add "gnome-help" and "ghelp" to the list of uris handled by Nautilus as
* components/mozilla/nautilus-mozilla-content-view.c: (mozilla_is_uri_handled_by_nautilus): Add "gnome-help" and "ghelp" to the list of uris handled by Nautilus as requested by Ali.
Diffstat (limited to 'components')
-rw-r--r--components/mozilla/nautilus-mozilla-content-view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/mozilla/nautilus-mozilla-content-view.c b/components/mozilla/nautilus-mozilla-content-view.c
index a1dd2a903..9e549c31b 100644
--- a/components/mozilla/nautilus-mozilla-content-view.c
+++ b/components/mozilla/nautilus-mozilla-content-view.c
@@ -1123,7 +1123,9 @@ mozilla_is_uri_handled_by_nautilus (const char *uri)
"eazel-services",
"man",
"info",
- "help"
+ "help",
+ "gnome-help",
+ "ghelp"
};
g_return_val_if_fail (uri != NULL, FALSE);