summaryrefslogtreecommitdiff
path: root/geyes/geyes.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-05 01:39:10 +0100
committerinfirit <[email protected]>2014-02-05 01:52:51 +0100
commit0dbf2f8672579549f09a39fa5c238e8347e3f9dd (patch)
treeb793a77aced2a289047b58fd4f757ad579112f7d /geyes/geyes.c
parent2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff)
downloadmate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.bz2
mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.xz
Fix help uri for applets
Diffstat (limited to 'geyes/geyes.c')
-rw-r--r--geyes/geyes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c
index 91bf8a67..07c17256 100644
--- a/geyes/geyes.c
+++ b/geyes/geyes.c
@@ -351,7 +351,7 @@ help_cb (GtkAction *action,
GError *error = NULL;
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (eyes_applet->applet)),
- "help:geyes",
+ "help:mate-geyes",
gtk_get_current_event_time (),
&error);