projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added an error message if a bitmap can't be addedto the image list
[wxWidgets.git]
/
src
/
motif
/
metafile.cpp
diff --git
a/src/motif/metafile.cpp
b/src/motif/metafile.cpp
index 348440fd7916c2001d08b63b7b310c3155662032..7380a03402e554f4d69f940eec72da50ee43b3bf 100644
(file)
--- a/
src/motif/metafile.cpp
+++ b/
src/motif/metafile.cpp
@@
-52,7
+52,7
@@
bool wxMetaFile::SetClipboard(int width, int height)
bool wxMetaFile::Play(wxDC *dc)
{
// TODO
bool wxMetaFile::Play(wxDC *dc)
{
// TODO
- return
false
;
+ return
FALSE
;
}
/*
}
/*