tools: fix typo in help text: libgumpui -> libgimpui

This commit is contained in:
Michael Natterer 2010-01-01 18:46:08 +01:00
parent bdec911bfc
commit 3014d8d81d
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ user directory.\n\
\n\
For plug-ins which do not use GTK+, the --build and --install options can be\n\
appended with -noui for appropriate settings. For plug-ins that use GTK+ but\n\
not libgumpui, append -nogimpui.\n");
not libgimpui, append -nogimpui.\n");
exit (exit_status);
}