projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
We surely don't need two debugging sections,
[wxWidgets.git]
/
docs
/
latex
/
wx
/
fs_mem.tex
diff --git
a/docs/latex/wx/fs_mem.tex
b/docs/latex/wx/fs_mem.tex
index 1b9f8d61bcc439e876a5ab31af18f71fafe462d2..733b6d61f8653b0b806ac0efd8ff156e2112a1bf 100644
(file)
--- 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",
"<html><body>About: "