ENH: Fix problem with wx 2.4
This commit is contained in:
parent
848364b8e8
commit
bd588e7a55
|
@ -78,7 +78,7 @@ cmMainFrame::cmMainFrame(const wxString& title, const wxSize& size)
|
|||
tgrid->AddGrowableCol(2);
|
||||
this->m_GeneratorFrame = tgrid;
|
||||
this->m_BuildFor = new wxStaticText(this->m_MainPanel, -1, "Build For:");
|
||||
this->m_GeneratorMenu = new wxComboBox(this->m_MainPanel, -1, "Generator",
|
||||
this->m_GeneratorMenu = new wxComboBox(this->m_MainPanel, -1, "",
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
0, 0, wxCB_READONLY);
|
||||
|
||||
|
|
Loading…
Reference in New Issue