From f90a11f07d3a9bbf447b7fa36731e7b336acb812 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 13:11:53 +0200 Subject: Replace ghelp: with help: for user-guide --- mate-panel/panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-panel/panel.c') 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, -- cgit v1.2.1