summaryrefslogtreecommitdiff
path: root/src/ui.vala
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-04-20 12:04:47 +0200
committerAlessio Treglia <alessio@debian.org>2012-04-20 12:04:47 +0200
commit527dfce44bf3e21c11e1deb21143743e1a4d875e (patch)
tree3cb298b65e3936908ffb8830e5ae67bc3915c7ca /src/ui.vala
parent33891bc6cb7a84cb77ce1469f187ad6e31b87cee (diff)
parent81e2fef032931d0748d94c7d2625fe07499f77c3 (diff)
Merge tag 'upstream/3.4.1'
Upstream version 3.4.1
Diffstat (limited to 'src/ui.vala')
-rw-r--r--src/ui.vala2
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)
{