diff options
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* ui.c generated by valac 0.15.2, the Vala compiler +/* ui.c generated by valac 0.16.0, the Vala compiler * generated from ui.vala, do not modify */ /* @@ -3174,7 +3174,7 @@ void G_MODULE_EXPORT help_contents_menuitem_activate_cb (GtkWidget* widget, Simp _tmp0_ = self->priv->window; _tmp1_ = gtk_window_get_screen (_tmp0_); _tmp2_ = gtk_get_current_event_time (); - gtk_show_uri (_tmp1_, "ghelp:simple-scan", _tmp2_, &_inner_error_); + gtk_show_uri (_tmp1_, "help:simple-scan", _tmp2_, &_inner_error_); if (_inner_error_ != NULL) { goto __catch20_g_error; } |