- Added bitmap for example

This commit is contained in:
andre@woesten.com 2008-11-03 12:53:04 +00:00
parent a77ef0353c
commit ac7cb4081f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -61,7 +61,7 @@ private:
public:
ComboBoxTestModel() {
il = new win32cpp::ImageList(16, 16, win32cpp::ImageList::Color32);
il->Add(_T("test.bmp"));
il->Add(_T("resources\\test_combobox.bmp"));
list.push_back(_T("Hello"));
list.push_back(_T("this"));