small amendment to doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,7 @@ Example:
|
|||||||
void MyFrame::OnAbout(wxCommandEvent&)
|
void MyFrame::OnAbout(wxCommandEvent&)
|
||||||
{
|
{
|
||||||
wxBusyCursor bcur;
|
wxBusyCursor bcur;
|
||||||
|
wxFileSystem::AddHandler(new wxMemoryFSHandler);
|
||||||
wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX);
|
wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX);
|
||||||
wxMemoryFSHandler::AddFile("about.htm",
|
wxMemoryFSHandler::AddFile("about.htm",
|
||||||
"<html><body>About: "
|
"<html><body>About: "
|
||||||
|
Reference in New Issue
Block a user