diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 16:43:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 16:43:18 -0600 |
commit | eaf244dd1022818c3780b138497c79ff51bf0a54 (patch) | |
tree | 53d2a2d853cb247d2c61fda7c0e6eee8ebfa6044 /src/indicator-session.c | |
parent | bb4c984bfb7d75b80e98d8687efd2d291702e731 (diff) | |
parent | 535a2e63fd4e605ef63c933797abedcc28a55861 (diff) | |
download | ayatana-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/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 6 |
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> |