summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-01 16:02:40 -0700
committerStefano Karapetsas <[email protected]>2013-08-01 16:02:40 -0700
commitd9a4a64e962b4ffe70fdfd87e31a1051d0931936 (patch)
treea9974be07c4c1d9a68221ec7261112616b9b4ea0 /src
parent43fa96bbfa76bfdc13997b5a0bb8847f34cba60f (diff)
parent7c5fe783292f573e73369434c621e91fdb6b3291 (diff)
downloadmate-power-manager-d9a4a64e962b4ffe70fdfd87e31a1051d0931936.tar.bz2
mate-power-manager-d9a4a64e962b4ffe70fdfd87e31a1051d0931936.tar.xz
Merge pull request #69 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'src')
-rw-r--r--src/gpm-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpm-common.c b/src/gpm-common.c
index e7d1d66..2c55d97 100644
--- a/src/gpm-common.c
+++ b/src/gpm-common.c
@@ -135,9 +135,9 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("ghelp:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
else
- uri = g_strdup ("ghelp:mate-power-manager");
+ uri = g_strdup ("help:mate-power-manager");
gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, &error);