]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/debugrpt.cpp
corrected misleading comment about DllGetVersion()
[wxWidgets.git] / src / common / debugrpt.cpp
index e9d477c1fa9baa1556d77855057edcfe7328d42e..0717408f4fc52d045a70a1777350039a0fca8c46 100644 (file)
@@ -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
-