aboutsummaryrefslogtreecommitdiff
path: root/src/testing.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-31 15:29:53 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-31 15:29:53 +0200
commit79a5dc92712fb5e64b9c52c7baf1298a68624017 (patch)
treed481434239bb36bebb4021cb110c1a544121fdd6 /src/testing.c
parent585a2f62dc781e5f9e3f7214d34a9d072fa11c9a (diff)
downloadayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.tar.gz
ayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.tar.bz2
ayatana-indicator-power-79a5dc92712fb5e64b9c52c7baf1298a68624017.zip
src/testing.c: Use 'Ayatana Indicator Power Serivce' as service name.
Diffstat (limited to 'src/testing.c')
-rw-r--r--src/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c
index abcd239..6c5e8c4 100644
--- a/src/testing.c
+++ b/src/testing.c
@@ -331,7 +331,7 @@ indicator_power_testing_class_init (IndicatorPowerTestingClass * klass)
properties[PROP_SERVICE] = g_param_spec_object (
"service",
"Servie",
- "The IndicatorPower Service",
+ "The Ayatana Indicator Power Service",
G_TYPE_OBJECT,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY);