]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/help.h
Avoid needless second string conversion when adding files to memory FS.
[wxWidgets.git] / interface / wx / help.h
index 09475c75e9991f5fb9e47190f1a75970b993a36e..8a3d0e4899ccef832dbe9a7cdc9ad640e5e6666a 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHelpController
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxHelpController
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -205,10 +205,10 @@ public:
 
         wxHtmlHelpController ignores this call.
     */
 
         wxHtmlHelpController ignores this call.
     */
-    virtual bool LoadFile(const wxString& file = "");
+    virtual bool LoadFile(const wxString& file = wxEmptyString);
 
     /**
 
     /**
-        Overrideable member called when this application's viewer is quit by the user.
+        Overridable member called when this application's viewer is quit by the user.
         This does not work for all help controllers.
     */
     virtual bool OnQuit();
         This does not work for all help controllers.
     */
     virtual bool OnQuit();