git-svn-id: http://tint2.googlecode.com/svn/trunk@502 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
17 lines
257 B
C
17 lines
257 B
C
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <locale.h>
|
|
#include <glib.h>
|
|
#include <glib/gstdio.h>
|
|
#include <gtk/gtk.h>
|
|
#include <gdk/gdkx.h>
|
|
|
|
#ifdef GETTEXT_PACKAGE
|
|
#include <glib/gi18n-lib.h>
|
|
#else
|
|
#define _(String) String
|
|
#endif
|
|
|