| 1127:844a993754cc | 1128:55c00a51976a |
|---|---|
| 55 #include "gtkticker.h" | 55 #include "gtkticker.h" |
| 56 #include "gtkspell.h" | 56 #include "gtkspell.h" |
| 57 #ifndef USE_GNOME | 57 #ifndef USE_GNOME |
| 58 #include <getopt.h> | 58 #include <getopt.h> |
| 59 #endif | 59 #endif |
| 60 | |
| 61 static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; | |
| 60 | 62 |
| 61 static GtkWidget *name; | 63 static GtkWidget *name; |
| 62 static GtkWidget *pass; | 64 static GtkWidget *pass; |
| 63 | 65 |
| 64 GList *log_conversations = NULL; | 66 GList *log_conversations = NULL; |