[ 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:
Robert Roebling
2006-09-19 17:29:45 +00:00
parent ce22ac4592
commit 129c8cf352
3 changed files with 55 additions and 55 deletions

View File

@@ -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