summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 14:10:44 +0200
committerinfirit <[email protected]>2013-08-01 14:10:44 +0200
commit7c5fe783292f573e73369434c621e91fdb6b3291 (patch)
treed57a153f630ff4f3da89c623f1e1d6d0b014cd67 /applets
parent3be92767b85acabf1f30e010cca425d322b89de2 (diff)
downloadmate-power-manager-7c5fe783292f573e73369434c621e91fdb6b3291.tar.bz2
mate-power-manager-7c5fe783292f573e73369434c621e91fdb6b3291.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'applets')
-rw-r--r--applets/brightness/gpm-common.c4
-rw-r--r--applets/inhibit/gpm-common.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/applets/brightness/gpm-common.c b/applets/brightness/gpm-common.c
index 0d0e536..2249d63 100644
--- a/applets/brightness/gpm-common.c
+++ b/applets/brightness/gpm-common.c
@@ -173,9 +173,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);
diff --git a/applets/inhibit/gpm-common.c b/applets/inhibit/gpm-common.c
index 0d0e536..2249d63 100644
--- a/applets/inhibit/gpm-common.c
+++ b/applets/inhibit/gpm-common.c
@@ -173,9 +173,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);