Added some missing copyright lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -108,3 +108,4 @@ bool wxCheckListXmlHandler::CanHandle(wxXmlNode *node)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -86,8 +86,8 @@ wxObject *wxMenuXmlHandler::DoCreateResource()
|
||||
GetText(wxT("help")), kind);
|
||||
|
||||
#if wxCHECK_VERSION(2,3,0) || (defined(__WXMSW__) && wxUSE_OWNER_DRAWN)
|
||||
if (HasParam(wxT("bitmap")))
|
||||
mitem->SetBitmap(GetBitmap(wxT("bitmap"), wxART_MENU));
|
||||
if (HasParam(wxT("bitmap")))
|
||||
mitem->SetBitmap(GetBitmap(wxT("bitmap"), wxART_MENU));
|
||||
#endif
|
||||
p_menu->Append(mitem);
|
||||
mitem->Enable(GetBool(wxT("enabled"), TRUE));
|
||||
|
Reference in New Issue
Block a user