diff options
author | Monsta <[email protected]> | 2015-07-08 14:02:37 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-08 14:02:37 +0300 |
commit | 95964f827056969f20524b38df81ac0f3793aed5 (patch) | |
tree | f19ceabc310dba2a1ba53a02cffe719628eac059 /src/gtk-utils.c | |
parent | d720321beb563f2e029a04d238bc145a64eb666c (diff) | |
download | engrampa-95964f827056969f20524b38df81ac0f3793aed5.tar.bz2 engrampa-95964f827056969f20524b38df81ac0f3793aed5.tar.xz |
display correct help pages for all dialogs
Diffstat (limited to 'src/gtk-utils.c')
-rw-r--r-- | src/gtk-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-utils.c b/src/gtk-utils.c index 24a686a..8d29c07 100644 --- a/src/gtk-utils.c +++ b/src/gtk-utils.c @@ -772,7 +772,7 @@ show_help_dialog (GtkWindow *parent, char *uri; GError *error = NULL; - uri = g_strconcat ("help:engrampa", section ? "?" : NULL, section, NULL); + uri = g_strconcat ("help:engrampa", section ? "/" : NULL, section, NULL); if (! show_uri (gtk_window_get_screen (parent), uri, GDK_CURRENT_TIME, &error)) { GtkWidget *dialog; |