fix for wrong debugging message (replaces patch 1424028)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -280,9 +280,9 @@ bool wxFileDataObject::SetData(size_t WXUNUSED(size), const void *buf)
|
|||||||
AddFile(wxURI::Unescape(filename.c_str() + lenPrefix));
|
AddFile(wxURI::Unescape(filename.c_str() + lenPrefix));
|
||||||
filename.Empty();
|
filename.Empty();
|
||||||
}
|
}
|
||||||
else
|
else if ( !filename.empty() )
|
||||||
{
|
{
|
||||||
wxLogDebug(_T("Unsupported URI '%s' in wxFileDataObject"),
|
wxLogDebug(_T("Unsupported URI \"%s\" in wxFileDataObject"),
|
||||||
filename.c_str());
|
filename.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user