From 3071f2ccfa5577d566a8b0dd8cba1ba17c1d38af Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 30 Oct 2006 18:52:09 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/combocmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index 265f67dbb5..73bdb71e7e 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -828,7 +828,7 @@ wxComboCtrlBase::CreateTextCtrl(int style, const wxValidator& validator) m_ignoreEvtText = 0; m_text = new wxTextCtrl(this, wxID_ANY, m_valueString, - wxDefaultPosition, wxSize(-1,10) + wxDefaultPosition, wxSize(-1,10), style, validator); } } -- 2.47.2