diff options
-rw-r--r-- | mate-panel/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel.c b/mate-panel/panel.c index 68cb85e9..d8f5c5aa 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -607,7 +607,7 @@ 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, "help:", strlen ("help:")) == 0 || + g_ascii_strncasecmp (uri, "ghelp:", strlen ("ghelp:")) == 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) { |