BC++ 32-bit makefile now copies setup.h to the correct place

Fixed compilo in treetest.cpp
Fixed version numbers in make*.env
Added dummy keyboard.rc so makefile.vc works


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-08 14:12:56 +00:00
parent 1a65fc6586
commit 9f24e0b5b4
8 changed files with 38 additions and 19 deletions

View File

@@ -669,7 +669,7 @@ void MyTreeCtrl::CreateImageList(int size)
}
else
{
images->Add(wxBitmap(icons[i].ConvertToImage().Rescale(size, size)));
images->Add(wxBitmap(wxBitmap(icons[i]).ConvertToImage().Rescale(size, size)));
}
}
#endif // MSW/!MSW