diff src/gaim.h @ 3472:d33ec392a5e1

[gaim-migrate @ 3523] Rob McQueen went and removed all the GTK version preprocessor statements. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 21:40:08 +0000
parents 7a3f16a375a5
children 3da42b64304e
line wrap: on
line diff
--- a/src/gaim.h	Thu Aug 29 21:12:00 2002 +0000
+++ b/src/gaim.h	Thu Aug 29 21:40:08 2002 +0000
@@ -111,7 +111,6 @@
 
 #define WEBSITE "http://gaim.sourceforge.net/"
 
-#ifndef USE_GNOME
 #ifdef ENABLE_NLS
 #  include <libintl.h>
 #  define _(x) gettext(x)
@@ -124,7 +123,6 @@
 #  define N_(String) (String)
 #  define _(x) (x)
 #endif
-#endif
 
 #define OPT_USR_AUTO		0x00000001
 /*#define OPT_USR_KEEPALV	0x00000002 this shouldn't be optional */