aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-07 08:29:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-07 08:29:49 +0000
commit6601299e593cbaaa0d854641b847f8c37d5429ef (patch)
tree49022e94a50e80f4afe7ada764a02be837c38a60 /src/gtkutils.c
parent61abc7ed4de14355a0c9083aeea396bfe5bbff56 (diff)
replaced intl.h with glib/gi18n.h.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.c')
-rw-r--r--src/gtkutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c
index 81d07b61..85dfda5f 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -22,6 +22,7 @@
#endif
#include <glib.h>
+#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
#include <gtk/gtkwidget.h>
@@ -39,7 +40,6 @@
# include <wctype.h>
#endif
-#include "intl.h"
#include "gtkutils.h"
#include "utils.h"
#include "gtksctree.h"