]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/helpwnd.h
wxAny initial commit (closes #10932)
[wxWidgets.git] / interface / wx / html / helpwnd.h
index 1b0b0c79914783ae7677c25a75d4a850ba291bf7..49e3faaa2dc19eb9e12350d9f67f36c38ff312c1 100644 (file)
@@ -23,7 +23,7 @@
         m_embeddedHtmlHelp.SetHelpWindow(m_embeddedHelpWindow);
         m_embeddedHelpWindow->Create(this, wxID_ANY, wxDefaultPosition, GetClientSize(),
                                      wxTAB_TRAVERSAL|wxBORDER_NONE, wxHF_DEFAULT_STYLE);
-        m_embeddedHtmlHelp.AddBook(wxFileName(_T("doc.zip")));
+        m_embeddedHtmlHelp.AddBook(wxFileName(wxT("doc.zip")));
     @endcode
 
     You should pass the style wxHF_EMBEDDED to the style parameter of