diff options
Diffstat (limited to 'src/ui.vala')
-rw-r--r-- | src/ui.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.vala b/src/ui.vala index f8521d0..3056061 100644 --- a/src/ui.vala +++ b/src/ui.vala @@ -1051,7 +1051,7 @@ public class SimpleScan { try { - Gtk.show_uri (window.get_screen (), "ghelp:simple-scan", Gtk.get_current_event_time ()); + Gtk.show_uri (window.get_screen (), "help:simple-scan", Gtk.get_current_event_time ()); } catch (Error e) { |