diff options
Diffstat (limited to 'applets/inhibit/gpm-common.c')
-rw-r--r-- | applets/inhibit/gpm-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/gpm-common.c b/applets/inhibit/gpm-common.c index 2249d63..3f8a1ff 100644 --- a/applets/inhibit/gpm-common.c +++ b/applets/inhibit/gpm-common.c @@ -173,7 +173,7 @@ gpm_help_display (const gchar *link_id) gchar *uri; if (link_id != NULL) - uri = g_strconcat ("help:mate-power-manager?", link_id, NULL); + uri = g_strconcat ("help:mate-power-manager/", link_id, NULL); else uri = g_strdup ("help:mate-power-manager"); |