git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36430
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
OutputString(stream, wxT(" ") + prop->GetName() + wxT("=\""),
NULL, NULL);
{
OutputString(stream, wxT(" ") + prop->GetName() + wxT("=\""),
NULL, NULL);
- OutputStringEnt(stream, prop->GetValue(), NULL, NULL,
+ OutputStringEnt(stream, prop->GetValue(), convMem, convFile,
true/*escapeQuotes*/);
OutputString(stream, wxT("\""), NULL, NULL);
prop = prop->GetNext();
true/*escapeQuotes*/);
OutputString(stream, wxT("\""), NULL, NULL);
prop = prop->GetNext();