[ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -627,7 +627,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
|
||||
wxComboCtrl* cc;
|
||||
wxGenericComboControl* gcc;
|
||||
wxGenericComboCtrl* gcc;
|
||||
wxOwnerDrawnComboBox* odc;
|
||||
|
||||
// Create common strings array
|
||||
@@ -745,9 +745,9 @@ MyFrame::MyFrame(const wxString& title)
|
||||
// Tree Ctrl wxComboCtrl
|
||||
//
|
||||
|
||||
// Note that we test that wxGenericComboControl works
|
||||
gcc = new wxGenericComboControl(panel,wxID_ANY,wxEmptyString,
|
||||
wxDefaultPosition, wxDefaultSize);
|
||||
// Note that we test that wxGenericComboCtrl works
|
||||
gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString,
|
||||
wxDefaultPosition, wxDefaultSize);
|
||||
|
||||
// Set popup interface right away, otherwise some of the calls
|
||||
// below may fail
|
||||
|
Reference in New Issue
Block a user