aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-09-20 10:25:00 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-09-20 10:25:00 +0200
commita94288f2040965815eb2345b940a736632a06aaa (patch)
treed7572f593cf1d8a4c0bcd598eee9bf7fa39298b3 /src/device.c
parent75e9a6025c486e3ff57808e854de2d71dae198c3 (diff)
downloadayatana-indicator-power-a94288f2040965815eb2345b940a736632a06aaa.tar.gz
ayatana-indicator-power-a94288f2040965815eb2345b940a736632a06aaa.tar.bz2
ayatana-indicator-power-a94288f2040965815eb2345b940a736632a06aaa.zip
device.c: include gi18n-lib.h instead of gi18n.h
The former calls the 'd' variants of the gettext functions and passes the libraries domain in each call.
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index c22aae8..078c7a4 100644
--- a/src/device.c
+++ b/src/device.c
@@ -25,7 +25,7 @@ License along with this library. If not, see
#include "config.h"
#endif
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include "device.h"