diff --git a/data/resources/test_combobox.bmp b/data/resources/test_combobox.bmp new file mode 100644 index 000000000..ae523e264 Binary files /dev/null and b/data/resources/test_combobox.bmp differ diff --git a/src/cube/SettingsView.cpp b/src/cube/SettingsView.cpp index 5ba890ded..b62551a4e 100644 --- a/src/cube/SettingsView.cpp +++ b/src/cube/SettingsView.cpp @@ -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"));