a few other means to avoid false positives
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,6 +173,7 @@ void wxArgumentType::SetDefaultValue(const wxString& defval, const wxString& def
|
||||
|
||||
p->Replace("0x000000001", "1");
|
||||
p->Replace("\\000\\000\\000", ""); // fix for unicode strings:
|
||||
p->Replace("\\011", "\\t");
|
||||
|
||||
// ADHOC-FIX: for wxConv* default values
|
||||
p->Replace("wxConvAuto(wxFONTENCODING_DEFAULT)", "wxConvAuto()");
|
||||
|
Reference in New Issue
Block a user