Always set wxUSE_SPELLCHECK to 1 by default for simplicity
It does no real harm to set it to 1 and this avoids the need for the platform checks in setup.h files, simplifying things (although it does require checking for GTK 3 in the code compiled for both GTK 2 and 3, as gtkspell library can only be used with GTK 3).
This commit is contained in:
parent
fd9e420b42
commit
d9ea30cf84
11 changed files with 34 additions and 70 deletions
|
|
@ -216,11 +216,7 @@
|
|||
|
||||
#define wxUSE_SECRETSTORE 0
|
||||
|
||||
#if (defined(__WXGTK3__) || defined(__WXMSW__))
|
||||
#define wxUSE_SPELLCHECK 0
|
||||
#else
|
||||
#define wxUSE_SPELLCHECK 0
|
||||
#endif
|
||||
|
||||
#define wxUSE_STDPATHS 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue