comparison plugins/spellchk.c @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents 294ae6548d4e
children f8e395a054e2
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
1 /* 1 /*
2 * A lot of this code (especially the config code) was taken directly 2 * A lot of this code (especially the config code) was taken directly
3 * or nearly directly from xchat, version 1.4.2 by Peter Zelezny and others. 3 * or nearly directly from xchat, version 1.4.2 by Peter Zelezny and others.
4 */ 4 */
5 #include "internal.h" 5 #include "internal.h"
6 #include "gtkgaim.h"
6 7
7 #include "debug.h" 8 #include "debug.h"
8 #include "signals.h" 9 #include "signals.h"
9 #include "util.h" 10 #include "util.h"
10 11