diff options
Diffstat (limited to 'cpufreq/src/cpufreq-applet.c')
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 395bb351..b066c919 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -657,7 +657,7 @@ cpufreq_applet_help_cb (GtkAction *action, GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet)), - "help:cpufreq-applet", + "help:mate-cpufreq-applet", gtk_get_current_event_time (), &error); |