X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbddf573912254bb14b4ca70c5c5db6248051294..f94a790dafd54c290618c97cb3d4feffc400fd15:/docs/latex/wx/fs_mem.tex?ds=inline diff --git a/docs/latex/wx/fs_mem.tex b/docs/latex/wx/fs_mem.tex index 41a02f0d88..8ce62251a5 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} -