Mercurial > pidgin
diff src/gaim.h @ 599:ddce1742f173
[gaim-migrate @ 609]
gnome. joy.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 03 Aug 2000 23:34:43 +0000 |
| parents | 7c75d69a1129 |
| children | 02ea095a972a |
line wrap: on
line diff
--- a/src/gaim.h Thu Aug 03 22:50:13 2000 +0000 +++ b/src/gaim.h Thu Aug 03 23:34:43 2000 +0000 @@ -29,6 +29,9 @@ #ifdef USE_APPLET #include <applet-widget.h> #endif /* USE_APPLET */ +#ifdef USE_GNOME +#include <gnome.h> +#endif /* @@ -95,7 +98,7 @@ #define FACE_YELL 15 #define FACE_TOTAL 16 -#ifndef USE_APPLET +#ifndef USE_GNOME #ifdef ENABLE_NLS # include <libintl.h> # define _(x) gettext(x) @@ -402,7 +405,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 602 $" +#define REVISION "gaim:$Revision: 609 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc"
