Mercurial > pidgin
diff src/gaim.h @ 206:610b7ffc4821
[gaim-migrate @ 216]
Yeah, I ripped off torrey's spell checking code and made it work with GAIM :)
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 01 May 2000 10:12:08 +0000 |
| parents | 73e9a0bfff62 |
| children | 6e9b375e30e7 |
line wrap: on
line diff
--- a/src/gaim.h Mon May 01 00:43:23 2000 +0000 +++ b/src/gaim.h Mon May 01 10:12:08 2000 +0000 @@ -332,7 +332,7 @@ #define TYPE_SIGNOFF 4 #define TYPE_KEEPALIVE 5 -#define REVISION "gaim:$Revision: 208 $" +#define REVISION "gaim:$Revision: 216 $" #define FLAPON "FLAPON\r\n\r\n" #define ROAST "Tic/Toc" @@ -401,6 +401,7 @@ #define OPT_GEN_SAVED_WINDOWS 0x00001000 #define OPT_GEN_DISCARD_WHEN_AWAY 0x00002000 #define OPT_GEN_CHECK_VERSIONS 0x00004000 +#define OPT_GEN_CHECK_SPELLING 0x00008000 extern int display_options; #define OPT_DISP_SHOW_TIME 0x00000001 @@ -480,6 +481,7 @@ extern struct aim_user *find_user(const char *); extern char *full_date(); extern void check_gaim_versions(); +extern void spell_check(GtkWidget *); /* Functions in server.c */ /* input to serv */
