diff options
Diffstat (limited to 'mateweather/mateweather-applet.c')
-rw-r--r-- | mateweather/mateweather-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mateweather/mateweather-applet.c b/mateweather/mateweather-applet.c index 7743ed05..d3d4f150 100644 --- a/mateweather/mateweather-applet.c +++ b/mateweather/mateweather-applet.c @@ -60,7 +60,7 @@ static void help_cb (GtkAction *action, GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (gw_applet->applet)), - "ghelp:mateweather", + "help:mateweather", gtk_get_current_event_time (), &error); |