fixed wxICON() usage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-10-30 11:24:16 +00:00
parent 71317c5b30
commit 96849c75a7

View File

@ -115,7 +115,7 @@ MyFrame::AddSampleText(wxLayoutList &llist)
llist.Insert("The quick brown fox jumps over the lazy dog.");
llist.LineBreak();
llist.Insert("Hello ");
llist.Insert(new wxLayoutObjectIcon(new wxICON(Micon_xpm)));
llist.Insert(new wxLayoutObjectIcon(new wxICON(Micon)));
llist.LineBreak();
llist.SetFontWeight(wxBOLD);
llist.Insert("World! ");