summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-11-15 17:56:28 -0700
committerEduardo Chappa <chappa@washington.edu>2015-11-15 17:56:28 -0700
commitb3ad27e8991fdbd64fd4db58c0c89538b5f02959 (patch)
treedb96448acc54c9893d17970c4dfffbcc95279eec /pith/conftype.h
parentabf5b4cfbff3150ad3340679b80dc1ff5adf6298 (diff)
downloadalpine-b3ad27e8991fdbd64fd4db58c0c89538b5f02959.tar.xz
* PC-Alpine: New configuration option "Aspell Dictionaries" allows a
user to choose the dictionary used to spell, in case the user communicates in more than one language. Examples of values for the variable are "en_US" or "de_DE", etc. Only the first 10 dictionaries are offered.
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index b7ec5eb0..6d077785 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -79,6 +79,9 @@ typedef enum { V_PERSONAL_NAME = 0
, V_UNK_CHAR_SET
, V_EDITOR
, V_SPELLER
+#ifdef _WINDOWS
+ , V_DICTIONARY
+#endif /* _WINDOWS */
, V_FILLCOL
, V_REPLY_STRING
, V_REPLY_INTRO