added 'icon' property to wxFrame and wxDialog in XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-10-31 11:42:27 +00:00
parent db6b57fff5
commit 8b34993daa
4 changed files with 37 additions and 0 deletions

View File

@@ -399,6 +399,9 @@ static bool NodeContainsFilename(wxXmlNode *node)
// Any bitmaps:
if (node->GetName() == _T("bitmap"))
return true;
if (node->GetName() == _T("icon"))
return true;
// URLs in wxHtmlWindow:
if (node->GetName() == _T("url"))