X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbddf573912254bb14b4ca70c5c5db6248051294..56b88f1276ea4049a21f6174842b56ca9f280a3f:/docs/latex/wx/fs_mem.tex diff --git a/docs/latex/wx/fs_mem.tex b/docs/latex/wx/fs_mem.tex index 41a02f0d88..733b6d61f8 100644 --- a/docs/latex/wx/fs_mem.tex +++ b/docs/latex/wx/fs_mem.tex @@ -22,7 +22,7 @@ Example: void MyFrame::OnAbout(wxCommandEvent&) { wxBusyCursor bcur; - + wxFileSystem::AddHandler(new wxMemoryFSHandler); wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX); wxMemoryFSHandler::AddFile("about.htm", "
About: " @@ -60,7 +60,7 @@ void MyFrame::OnAbout(wxCommandEvent&) \wxheading{Include files} -