aboutsummaryrefslogtreecommitdiff
path: root/src/volume-widget.c
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2012-03-17 01:37:32 +0100
committerGabor Kelemen <kelemeng@ubuntu.com>2012-03-17 01:37:32 +0100
commitfef2588bd53233c6b4282bedf47b416ed95e2402 (patch)
tree890031b028469d0457f5167971a4d0f11b4f0c15 /src/volume-widget.c
parentf0bcb96d0f2a62ba7497b387ca1cf290b39aea33 (diff)
downloadayatana-indicator-sound-fef2588bd53233c6b4282bedf47b416ed95e2402.tar.gz
ayatana-indicator-sound-fef2588bd53233c6b4282bedf47b416ed95e2402.tar.bz2
ayatana-indicator-sound-fef2588bd53233c6b4282bedf47b416ed95e2402.zip
Change i18n header to gi18n-lib.h to translate the accessible description. Also change it in other files too to make them futureproof. LP: #957517
Diffstat (limited to 'src/volume-widget.c')
-rw-r--r--src/volume-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume-widget.c b/src/volume-widget.c
index c71c1e3..ac603c1 100644
--- a/src/volume-widget.c
+++ b/src/volume-widget.c
@@ -22,7 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config.h"
#endif
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <math.h>
#include <glib.h>
#include "volume-widget.h"