diff --git a/user/wxLayout/wxLayout.cpp b/user/wxLayout/wxLayout.cpp index b41f12f9cb..9435508854 100644 --- a/user/wxLayout/wxLayout.cpp +++ b/user/wxLayout/wxLayout.cpp @@ -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! ");