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:
Julian Smart
2003-05-04 14:11:45 +00:00
parent 28169f14ec
commit 84969af72d
20 changed files with 155 additions and 6 deletions

View File

@@ -108,3 +108,4 @@ bool wxCheckListXmlHandler::CanHandle(wxXmlNode *node)
}
#endif

View File

@@ -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));