fix gettextization
authorPaul Mangan <paul@claws-mail.org>
Wed, 5 May 2004 08:50:51 +0000 (08:50 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 5 May 2004 08:50:51 +0000 (08:50 +0000)
src/plugins/trayicon/libeggtrayicon/eggtrayicon.c

index 6c309306e962e1066cc70e312642281d5d89dad0..276696ee1f8eb94b858de1861485d50b4f80da38 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
 #include <string.h>
-#include <libintl.h>
-
 #include "eggtrayicon.h"
 
 #include <gdk/gdkx.h>
 #include <X11/Xatom.h>
-
-#ifndef EGG_COMPILATION
-#ifndef _
-#define _(x) dgettext (GETTEXT_PACKAGE, x)
-#define N_(x) x
-#endif
-#else
-#define _(x) x
-#define N_(x) x
-#endif
-
 #define SYSTEM_TRAY_REQUEST_DOCK    0
 #define SYSTEM_TRAY_BEGIN_MESSAGE   1
 #define SYSTEM_TRAY_CANCEL_MESSAGE  2