summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 11:44:59 +0200
committerinfirit <[email protected]>2013-08-02 11:44:59 +0200
commita839cfc99cd84369351314b8e98abfb73f209cd9 (patch)
tree9886bde7ed0c4f32a9f620d3bb5f2553c9f16661
parentf90a11f07d3a9bbf447b7fa36731e7b336acb812 (diff)
downloadmate-panel-a839cfc99cd84369351314b8e98abfb73f209cd9.tar.bz2
mate-panel-a839cfc99cd84369351314b8e98abfb73f209cd9.tar.xz
Correct 2 typo's in panel.c
-rw-r--r--mate-panel/panel.c2
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) {