From cceaed2400a5db758f48a372e429e3410271275f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:53:04 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- battstat/battstat_applet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battstat/battstat_applet.c') diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index 05601e9a..6b049458 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -1190,9 +1190,9 @@ battstat_show_help( ProgressData *battstat, const char *section ) char *uri; if (section) - uri = g_strdup_printf ("ghelp:battstat?%s", section); + uri = g_strdup_printf ("help:battstat?%s", section); else - uri = g_strdup ("ghelp:battstat"); + uri = g_strdup ("help:battstat"); gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (battstat->applet)), uri, -- cgit v1.2.1