XRC: use wxBitmapBundle in wxBitmapComboBox
This commit is contained in:
@@ -47,7 +47,7 @@ wxObject *wxBitmapComboBoxXmlHandler::DoCreateResource()
|
||||
}
|
||||
|
||||
m_combobox->Append(GetText(wxT("text")),
|
||||
GetBitmap(wxT("bitmap")));
|
||||
GetBitmapBundle(wxT("bitmap")));
|
||||
|
||||
return m_combobox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user