summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-06 14:35:10 -0700
committerStefano Karapetsas <[email protected]>2013-08-06 14:35:10 -0700
commited0921aa6001db711ef137ba5b97941c7c2a6d80 (patch)
tree09022320f0381761340f6ef24866f9b276837cfc /battstat/battstat_applet.c
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
parent556640ffc27a3496ceda03c7f5d75e4d8813586d (diff)
downloadmate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.bz2
mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.xz
Merge pull request #51 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r--battstat/battstat_applet.c4
1 files changed, 2 insertions, 2 deletions
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,