diff src/gtkinternal.h @ 7678:cf6a7939af78

[gaim-migrate @ 8322] Kevin "Sim" Guy made Alert Dialog titles consistant, and sensible on Windows. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 01 Dec 2003 02:36:51 +0000
parents 41120df7ed94
children fa6395637e2c
line wrap: on
line diff
--- a/src/gtkinternal.h	Mon Dec 01 02:19:27 2003 +0000
+++ b/src/gtkinternal.h	Mon Dec 01 02:36:51 2003 +0000
@@ -31,4 +31,10 @@
 
 #include <gtk/gtk.h>
 
+#ifndef _WIN32
+# define GAIM_ALERT_TITLE ""
+#else
+# define GAIM_ALERT_TITLE "Gaim"
+#endif
+
 #endif /* _GAIM_GTK_INTERNAL_H_ */