X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90f011dc6c50fe58172d90833d94e3b375ad0a08..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/html/helpctrl.h diff --git a/interface/wx/html/helpctrl.h b/interface/wx/html/helpctrl.h index a784927cdf..9cbea267c5 100644 --- a/interface/wx/html/helpctrl.h +++ b/interface/wx/html/helpctrl.h @@ -2,7 +2,6 @@ // Name: html/helpctrl.h // Purpose: interface of wxHtmlHelpController // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -195,7 +194,7 @@ public: Sets whether the help frame should prevent application from exiting if it's the only remaining top level window. - @enable + @param enable If @true, the application will not quit unless the help frame is closed. Default is @false, i.e. the application does exit if only the help window remains opened.