comparison src/gtkimhtml.c @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents d4634f26ef9b
children f105bc0270c7
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
57 # define _(x) (x) 57 # define _(x) (x)
58 #endif 58 #endif
59 59
60 #include <pango/pango-font.h> 60 #include <pango/pango-font.h>
61 61
62 /* GTK+ < 2.2.2 hack, see ui.h for details. */ 62 /* GTK+ < 2.2.2 hack, see gtkdialogs.h for details. */
63 #ifndef GTK_WRAP_WORD_CHAR 63 #ifndef GTK_WRAP_WORD_CHAR
64 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 64 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
65 #endif 65 #endif
66 66
67 #define TOOLTIP_TIMEOUT 500 67 #define TOOLTIP_TIMEOUT 500