comparison src/aim.c @ 2146:0feaa347a35b

[gaim-migrate @ 2156] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 15 Aug 2001 19:42:13 +0000
parents 4bd8e3b65402
children bf7e9e9580b9
comparison
equal deleted inserted replaced
2145:91223be78b70 2146:0feaa347a35b
52 #include <signal.h> 52 #include <signal.h>
53 #endif 53 #endif
54 #include "locale.h" 54 #include "locale.h"
55 #include "gtkticker.h" 55 #include "gtkticker.h"
56 #include "gtkspell.h" 56 #include "gtkspell.h"
57 #ifndef USE_GNOME 57 #ifndef USE_APPLET
58 #include <getopt.h> 58 #include <getopt.h>
59 #endif 59 #endif
60 60
61 static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; 61 static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
62 62