git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27818 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-12-08 22:27:49 +00:00
parent 441161daa2
commit 68bb559bcd

View File

@ -136,7 +136,7 @@ opts.AddOptions(
) ),
#
EnumOption('spell', 'Choose spell checker to use.', 'auto',
allowed_values = ('aspell', 'pspell', 'ispell', 'auto', 'no') ),
allowed_values = ('aspell', 'auto', 'no') ),
# packaging method
EnumOption('packaging', 'Packaging method to use.', default_packaging_method,
allowed_values = ('windows', 'posix', 'macosx')),