commit 2a7a9a242ff6ba1b2d55946589fc076233005ccd
parent 848f5be64f376466e5771381a68ed5a70f6faac3
Author: Chris Allegretta <chrisa@asty.org>
Date: Tue, 10 Dec 2002 00:16:27 +0000
Be more verbose about what we're doing with new spell code
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1325 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nano.c b/nano.c
@@ -1689,6 +1689,7 @@ int do_int_speller(char *tempfile_name)
if (pipe(spell_fd) == -1)
return FALSE;
+ statusbar(_("Creating misspelled word list, please wait..."));
/* A new process to run spell in */
if ((pid_spell = fork()) == 0) {