diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gpm-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-common.c b/src/gpm-common.c index 2c55d97..f71aada 100644 --- a/src/gpm-common.c +++ b/src/gpm-common.c @@ -135,7 +135,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"); |