diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2012-03-17 01:37:32 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2012-03-17 01:37:32 +0100 |
commit | fef2588bd53233c6b4282bedf47b416ed95e2402 (patch) | |
tree | 890031b028469d0457f5167971a4d0f11b4f0c15 /src/indicator-sound.c | |
parent | f0bcb96d0f2a62ba7497b387ca1cf290b39aea33 (diff) | |
download | ayatana-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/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 272c8da..ff7b58c 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -17,10 +17,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "indicator-sound.h" #include <math.h> #include <glib.h> #include <glib-object.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include <libdbusmenu-gtk/menu.h> @@ -28,7 +29,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <gio/gio.h> -#include "indicator-sound.h" #include "transport-widget.h" #include "metadata-widget.h" #include "volume-widget.h" |