diff options
| author | Robert Love <rml@novell.com> | 2006-05-24 15:53:07 +0000 |
|---|---|---|
| committer | Robert Love <rlove@rlove.org> | 2006-05-24 15:53:07 +0000 |
| commit | 98192881d32be9958d5e7df573f495287883b7f5 (patch) | |
| tree | 6d9dfc45a9f720c515158280a63047a87563faf7 /examples/python | |
| parent | f560d48b7de1f7b870093eae72ad44c263b37d2c (diff) | |
| download | NetworkManager-98192881d32be9958d5e7df573f495287883b7f5.tar.gz | |
2006-05-24 Robert Love <rml@novell.com>
* examples/python/systray/eggtrayicon.c, gnome/applet/eggtrayicon.c,
gnome/applet/passphrase-dialog.c, gnome/applet/vpn-password-dialog.c,
src/NetworkManager.c: Include <glib/gi18n.h> and not <libintl.h>.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1760 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'examples/python')
| -rw-r--r-- | examples/python/systray/eggtrayicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/systray/eggtrayicon.c b/examples/python/systray/eggtrayicon.c index 07ce5dfce0..cfabfe5743 100644 --- a/examples/python/systray/eggtrayicon.c +++ b/examples/python/systray/eggtrayicon.c @@ -20,7 +20,7 @@ #include <config.h> #include <string.h> -#include <libintl.h> +#include <glib/gi18n.h> #include "eggtrayicon.h" |
