diff options
author | Didier Roche <didier.roche@canonical.com> | 2012-09-20 11:04:39 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2012-09-20 11:04:39 +0200 |
commit | 002ce2099a561f1800db82db39633e018228995b (patch) | |
tree | 875a383f8dbed47ebf9f1c0bb23c0cd8be4312ca /src | |
parent | d90c644ebb0bccdc2ce7ea89aa3f8dd01fee575e (diff) | |
parent | a94288f2040965815eb2345b940a736632a06aaa (diff) | |
download | ayatana-indicator-power-002ce2099a561f1800db82db39633e018228995b.tar.gz ayatana-indicator-power-002ce2099a561f1800db82db39633e018228995b.tar.bz2 ayatana-indicator-power-002ce2099a561f1800db82db39633e018228995b.zip |
* Cherry-pick:
- Ensure the power indicator string translations are loaded. Thanks lars
Diffstat (limited to 'src')
-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" |