diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-20 10:25:00 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-09-20 10:25:00 +0200 |
commit | a94288f2040965815eb2345b940a736632a06aaa (patch) | |
tree | d7572f593cf1d8a4c0bcd598eee9bf7fa39298b3 | |
parent | 75e9a6025c486e3ff57808e854de2d71dae198c3 (diff) | |
download | ayatana-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.
-rw-r--r-- | src/device.c | 2 |
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" |