summaryrefslogtreecommitdiff
path: root/mate-panel/panel.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 13:11:53 +0200
committerinfirit <[email protected]>2013-08-01 13:11:53 +0200
commitf90a11f07d3a9bbf447b7fa36731e7b336acb812 (patch)
tree3c9f6ef2ad62c5910bd5e97ddfbeabdc3319d387 /mate-panel/panel.c
parent8418f3c034cb8998fb066271386a4e89a8c687f9 (diff)
downloadmate-panel-f90a11f07d3a9bbf447b7fa36731e7b336acb812.tar.bz2
mate-panel-f90a11f07d3a9bbf447b7fa36731e7b336acb812.tar.xz
Replace ghelp: with help: for user-guide
Diffstat (limited to 'mate-panel/panel.c')
-rw-r--r--mate-panel/panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel.c b/mate-panel/panel.c
index 2b9929d3..68cb85e9 100644
--- a/mate-panel/panel.c
+++ b/mate-panel/panel.c
@@ -607,8 +607,8 @@ drop_urilist (PanelWidget *panel,
g_ascii_strncasecmp (uri, "https:", strlen ("https:")) == 0 ||
g_ascii_strncasecmp (uri, "ftp:", strlen ("ftp:")) == 0 ||
g_ascii_strncasecmp (uri, "gopher:", strlen ("gopher:")) == 0 ||
- g_ascii_strncasecmp (uri, "ghelp:", strlen ("ghelp:")) == 0 ||
- g_ascii_strncasecmp (uri, "help:", strlen ("ghelp:")) == 0 ||
+ g_ascii_strncasecmp (uri, "help:", strlen ("help:")) == 0 ||
+ g_ascii_strncasecmp (uri, "help:", strlen ("help:")) == 0 ||
g_ascii_strncasecmp (uri, "man:", strlen ("man:")) == 0 ||
g_ascii_strncasecmp (uri, "info:", strlen ("info:")) == 0) {
/* FIXME: probably do this only on link,