X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..1c0f361be288df133c766e04cc857b3e4682b31a:/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 fa28cf8300..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} -