Fix description of wxUSE_SPELLCHECK option in configure and CMake
Don't say that it's only for MSW and GTK 3, as it's also available under Mac. Also don't use "spellchecking" non-word in the description of a spell-checking option. No real changes.
This commit is contained in:
parent
da79145101
commit
271926fde0
3 changed files with 3 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ wx_option(wxUSE_PRINTF_POS_PARAMS "use wxVsnprintf() which supports positional p
|
|||
wx_option(wxUSE_SECRETSTORE "use wxSecretStore class")
|
||||
wx_option(wxUSE_SNGLINST_CHECKER "use wxSingleInstanceChecker class")
|
||||
wx_option(wxUSE_SOUND "use wxSound class")
|
||||
wx_option(wxUSE_SPELLCHECK "enable spellchecking in wxTextCtrl class (MSW and GTK3 only)")
|
||||
wx_option(wxUSE_SPELLCHECK "enable spell checking in wxTextCtrl")
|
||||
wx_option(wxUSE_STDPATHS "use wxStandardPaths class")
|
||||
wx_option(wxUSE_STOPWATCH "use wxStopWatch class")
|
||||
wx_option(wxUSE_STREAMS "use wxStream etc classes")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue