Fixed typo in MBN's extensions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
21d93bcea5
commit
41c54face1
@ -266,7 +266,7 @@ bool wxRadioBox::Create(
|
|||||||
, const wxString& rsName
|
, const wxString& rsName
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
wxCArrayString(asChoices);
|
wxCArrayString chs(asChoices);
|
||||||
|
|
||||||
return Create(pParent, vId, rsTitle, rPos, rSize, chs.GetCount(),
|
return Create(pParent, vId, rsTitle, rPos, rSize, chs.GetCount(),
|
||||||
chs.GetStrings(), nMajorDim, lStyle, rVal, rsName);
|
chs.GetStrings(), nMajorDim, lStyle, rVal, rsName);
|
||||||
|
Loading…
Reference in New Issue
Block a user