Fix double negatives used with 'neither' in docs and comments
In many cases it should be 'either', and 'nor' should be 'or' accordingly. No changes to actual code. Closes #22723.
This commit is contained in:
parent
31885a81fc
commit
66916c74a3
124 changed files with 148 additions and 149 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include "wx/button.h"
|
||||
|
||||
// FIXME: right now only wxMSW, wxGTK and wxOSX implement bitmap support in wxButton
|
||||
// itself, this shouldn't be used for the other platforms neither
|
||||
// itself, this shouldn't be used for the other platforms either
|
||||
// when all of them do it
|
||||
#if (defined(__WXMSW__) || defined(__WXGTK20__) || defined(__WXOSX__) || defined(__WXQT__)) && !defined(__WXUNIVERSAL__)
|
||||
#define wxHAS_BUTTON_BITMAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue