aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-12 16:43:18 -0600
committerTed Gould <ted@gould.cx>2010-03-12 16:43:18 -0600
commiteaf244dd1022818c3780b138497c79ff51bf0a54 (patch)
tree53d2a2d853cb247d2c61fda7c0e6eee8ebfa6044 /src
parentbb4c984bfb7d75b80e98d8687efd2d291702e731 (diff)
parent535a2e63fd4e605ef63c933797abedcc28a55861 (diff)
downloadayatana-indicator-session-eaf244dd1022818c3780b138497c79ff51bf0a54.tar.gz
ayatana-indicator-session-eaf244dd1022818c3780b138497c79ff51bf0a54.tar.bz2
ayatana-indicator-session-eaf244dd1022818c3780b138497c79ff51bf0a54.zip
Use the library i18n libs to use the right translation domain.
Diffstat (limited to 'src')
-rw-r--r--src/indicator-session.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index fab3463..8e25e8b 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -20,9 +20,13 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <glib.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <libdbusmenu-gtk/menu.h>