show correct help pages for prefs and plugins dialogs
This commit is contained in:
@@ -75,7 +75,7 @@ pluma_help_display (GtkWindow *parent,
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
if (link_id)
|
||||
link = g_strdup_printf ("help:%s?%s", name, link_id);
|
||||
link = g_strdup_printf ("help:%s/%s", name, link_id);
|
||||
else
|
||||
link = g_strdup_printf ("help:%s", name);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user