projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6d391
)
fix for wrong debugging message (replaces patch 1424028)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 9 Feb 2006 00:37:56 +0000
(
00:37
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 9 Feb 2006 00:37:56 +0000
(
00:37
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37401
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/gtk/dataobj.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/gtk/dataobj.cpp
b/src/gtk/dataobj.cpp
index e8c5f3d62237d4c8c6cd29e3701574af68c69488..5e185aba84f5ddc04df99019015434205da6da67 100644
(file)
--- a/
src/gtk/dataobj.cpp
+++ b/
src/gtk/dataobj.cpp
@@
-280,9
+280,9
@@
bool wxFileDataObject::SetData(size_t WXUNUSED(size), const void *buf)
AddFile(wxURI::Unescape(filename.c_str() + lenPrefix));
filename.Empty();
}
- else
+ else
if ( !filename.empty() )
{
- wxLogDebug(_T("Unsupported URI
'%s'
in wxFileDataObject"),
+ wxLogDebug(_T("Unsupported URI
\"%s\"
in wxFileDataObject"),
filename.c_str());
}