wxITEM_FOO instead of wxItem_Foo, for the sake of consistency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -329,7 +329,7 @@ bool wxMenu::DoAppend(wxMenuItem *item)
|
||||
{
|
||||
wxCHECK_MSG( item, FALSE, _T("NULL item in wxMenu::DoAppend") );
|
||||
|
||||
if ( item->GetKind() == wxItem_Radio )
|
||||
if ( item->GetKind() == wxITEM_RADIO )
|
||||
{
|
||||
if ( m_startRadioGroup == -1 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user