diff src/aim.c @ 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 a70d5200edde
children 5b5d03dfa48a
line wrap: on
line diff
--- a/src/aim.c	Wed Nov 22 13:45:32 2000 +0000
+++ b/src/aim.c	Wed Nov 22 13:46:34 2000 +0000
@@ -58,6 +58,8 @@
 #include <getopt.h>
 #endif
 
+static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
+
 static GtkWidget *name;
 static GtkWidget *pass;