comparison src/gtkspell.h @ 1128:418b1738a9a7

[gaim-migrate @ 1138] i guess ispell_cmd is only necessary where it's used, which is only in aim.c committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Nov 2000 13:46:34 +0000
parents f3e0f41beddb
children 3dfd2a83fb5e
comparison
equal deleted inserted replaced
1127:ccfa5d52e4df 1128:418b1738a9a7
19 #ifndef __gtkspell_h__ 19 #ifndef __gtkspell_h__
20 #define __gtkspell_h__ 20 #define __gtkspell_h__
21 21
22 /* PLEASE NOTE that this API is unstable and subject to change. */ 22 /* PLEASE NOTE that this API is unstable and subject to change. */
23 #define GTKSPELL_VERSION "0.3.2" 23 #define GTKSPELL_VERSION "0.3.2"
24
25 static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
26 24
27 extern int gtkspell_start(char *path, char *args[]); 25 extern int gtkspell_start(char *path, char *args[]);
28 /* Spawns the spell checking program. 26 /* Spawns the spell checking program.
29 * 27 *
30 * Arguments: 28 * Arguments: