projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git]
/
src
/
msw
/
imaglist.cpp
diff --git
a/src/msw/imaglist.cpp
b/src/msw/imaglist.cpp
index 785a18c637274512ec79dd1400f007fbb81e7450..b727e52f7bf097088d22af23a23a39ad6d7db188 100644
(file)
--- a/
src/msw/imaglist.cpp
+++ b/
src/msw/imaglist.cpp
@@
-203,7
+203,7
@@
bool wxImageList::Replace(int index,
GetHbitmapOf(bitmap), hbmpMask) != 0;
if ( !ok )
{
- wxLogLastError(wxT("ImageList_
Add
()"));
+ wxLogLastError(wxT("ImageList_
Replace
()"));
}
::DeleteObject(hbmpMask);