]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed wxICON() usage
authorKarsten Ballüder <ballueder@usa.net>
Fri, 30 Oct 1998 11:24:16 +0000 (11:24 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Fri, 30 Oct 1998 11:24:16 +0000 (11:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

user/wxLayout/wxLayout.cpp

index b41f12f9cbf8519160adc79d0a87da7f8612a7f5..9435508854d0a9901f4f4410ecefe1ebd3bc228d 100644 (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! ");