comparison 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
comparison
equal deleted inserted replaced
7677:1f035c12f6f5 7678:cf6a7939af78
29 # include <gdk/gdkx.h> 29 # include <gdk/gdkx.h>
30 #endif 30 #endif
31 31
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 33
34 #ifndef _WIN32
35 # define GAIM_ALERT_TITLE ""
36 #else
37 # define GAIM_ALERT_TITLE "Gaim"
38 #endif
39
34 #endif /* _GAIM_GTK_INTERNAL_H_ */ 40 #endif /* _GAIM_GTK_INTERNAL_H_ */