Fixed accidental removal in one of past editings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1400992213
commit
8c3bbbea2d
@ -1185,6 +1185,7 @@ bool StringTobool(const wxString& val)
|
||||
up.MakeUpper();
|
||||
|
||||
if (up.IsSameAs(_T("YES")) ||
|
||||
up.IsSameAs(_T("TRUE")) ||
|
||||
up.IsSameAs(_T("ON")) ||
|
||||
up.IsSameAs(_T("OK")) |
|
||||
up.IsSameAs(_T("1")))
|
||||
|
Loading…
Reference in New Issue
Block a user