comparison plugins/spellchk.c @ 10828:9cf14a87eedc

[gaim-migrate @ 12494] La di da di committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 16 Apr 2005 16:05:40 +0000
parents c932d96a7c69
children 2714b51a0dad
comparison
equal deleted inserted replaced
10827:53e7884c549a 10828:9cf14a87eedc
1 /*
2 * Gaim - Replace certain misspelled words with their correct form.
3 *
4 * Signification changes were made by Benjamin Kahn ("xkahn") and
5 * Richard Laager ("rlaager") in April 2005--you may want to contact
6 * them if you have questions.
7 *
8 * Gaim is the legal property of its developers, whose names are too numerous
9 * to list here. Please refer to the COPYRIGHT file distributed with this
10 * source distribution.
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 *
26 */
27
1 /* 28 /*
2 * A lot of this code (especially the config code) was taken directly 29 * 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. 30 * or nearly directly from xchat, version 1.4.2 by Peter Zelezny and others.
4 */ 31 */
32
5 #include "internal.h" 33 #include "internal.h"
6 #include "gtkgaim.h" 34 #include "gtkgaim.h"
7 35
8 #include "debug.h" 36 #include "debug.h"
9 #include "notify.h" 37 #include "notify.h"