X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb24d7088db7e3bd24afb35ad3e70050b5ae0bf6..dc73d7f5d468881a9cbb71f1a234f364ff52ceaa:/interface/wx/help.h diff --git a/interface/wx/help.h b/interface/wx/help.h index 09475c75e9..8a3d0e4899 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -3,7 +3,7 @@ // 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. */ - 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();