- // Gets a bool flag (1, t, yes, on, true are True, everything else is False).
- bool GetBool(const wxString& param, bool defaultv = False);
+ // Gets a bool flag (1, t, yes, on, true are True, everything else is false).
+ bool GetBool(const wxString& param, bool defaultv = false);