projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applying editor part of patch, see #15003
[wxWidgets.git]
/
src
/
os2
/
menu.cpp
diff --git
a/src/os2/menu.cpp
b/src/os2/menu.cpp
index a2654c5419b56cd15d3b6cc926e74ff175557305..73b5a56cfaa36e8b1e556a2dc38c252bfb731464 100644
(file)
--- a/
src/os2/menu.cpp
+++ b/
src/os2/menu.cpp
@@
-55,9
+55,6
@@
USHORT wxMenu::m_nextMenuId = 0;
// macros
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------
- IMPLEMENT_DYNAMIC_CLASS(wxMenu, wxEvtHandler)
- IMPLEMENT_DYNAMIC_CLASS(wxMenuBar, wxEvtHandler)
-
// ============================================================================
// implementation
// ============================================================================
// ============================================================================
// implementation
// ============================================================================
@@
-387,7
+384,7
@@
void wxMenu::EndRadioGroup()
wxMenuItem* wxMenu::DoAppend( wxMenuItem* pItem )
{
wxMenuItem* wxMenu::DoAppend( wxMenuItem* pItem )
{
- wxCHECK_MSG( pItem, NULL,
_
T("NULL item in wxMenu::DoAppend") );
+ wxCHECK_MSG( pItem, NULL,
wx
T("NULL item in wxMenu::DoAppend") );
bool bCheck = false;
bool bCheck = false;
@@
-428,7
+425,7
@@
wxMenuItem* wxMenu::DoAppend( wxMenuItem* pItem )
}
else
{
}
else
{
- wxFAIL_MSG(
_
T("where is the radio group start item?") );
+ wxFAIL_MSG(
wx
T("where is the radio group start item?") );
}
}
}
}
}
}