X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a44f14cf0c7606d5e6158b17c81ea5e5052f1671..9c43d88f6d47342edafa8b5e502e33a7ce2b6d98:/src/common/debugrpt.cpp diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index e9d477c1fa..0717408f4f 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -103,7 +103,7 @@ TextElement(wxXmlNode *node, const wxChar *name, const wxString& value) { wxXmlNode *nodeChild = new wxXmlNode(wxXML_ELEMENT_NODE, name); node->AddChild(nodeChild); - nodeChild->AddChild(new wxXmlNode(wxXML_TEXT_NODE, _T(""), value)); + nodeChild->AddChild(new wxXmlNode(wxXML_TEXT_NODE, wxEmptyString, value)); } static inline void @@ -690,4 +690,3 @@ bool wxDebugReportUpload::DoProcess() #endif // wxUSE_ZIPSTREAM #endif // wxUSE_DEBUGREPORT -