diff options
Diffstat (limited to 'charpick/properties.c')
-rw-r--r-- | charpick/properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charpick/properties.c b/charpick/properties.c index ba979385..5ff2b68e 100644 --- a/charpick/properties.c +++ b/charpick/properties.c @@ -501,7 +501,7 @@ phelp_cb (GtkDialog *dialog, gint tab, gpointer data) GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "ghelp:char-palette?charpick-prefs", + "help:char-palette?charpick-prefs", gtk_get_current_event_time (), &error); |