projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a flag to enable selecting .app bundles (programs) from the file open dialog.
[wxWidgets.git]
/
src
/
msw
/
clipbrd.cpp
diff --git
a/src/msw/clipbrd.cpp
b/src/msw/clipbrd.cpp
index 49cc833ca9d30dcbaf5dcea1f074b46867a96aee..9d351247651e1670efba85920b0a4d784b455383 100644
(file)
--- a/
src/msw/clipbrd.cpp
+++ b/
src/msw/clipbrd.cpp
@@
-665,7
+665,7
@@
bool wxClipboard::AddData( wxDataObject *data )
{
#if 1
// TODO
{
#if 1
// TODO
- wxLogError(
"Not implemented because wxMetafileDataObject does not contain width and height values."
);
+ wxLogError(
wxT("Not implemented because wxMetafileDataObject does not contain width and height values.")
);
return FALSE;
#else
wxMetafileDataObject* metaFileDataObject =
return FALSE;
#else
wxMetafileDataObject* metaFileDataObject =
@@
-701,7
+701,7
@@
void wxClipboard::Close()
#endif
}
#endif
}
-bool wxClipboard::IsSupported(
wxDataFormat
format )
+bool wxClipboard::IsSupported(
const wxDataFormat&
format )
{
return wxIsClipboardFormatAvailable(format);
}
{
return wxIsClipboardFormatAvailable(format);
}