From b48c72ed22de1988892982d4c089a7cd6ac6fed0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 00:08:20 +0100 Subject: [PATCH] Document wxUSE_CREDENTIALDLG in the options list too Just add the new option to the manual. --- docs/doxygen/mainpages/const_wxusedef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/mainpages/const_wxusedef.h b/docs/doxygen/mainpages/const_wxusedef.h index b663751922..b1ce1bd077 100644 --- a/docs/doxygen/mainpages/const_wxusedef.h +++ b/docs/doxygen/mainpages/const_wxusedef.h @@ -90,6 +90,7 @@ library: @itemdef{wxUSE_CONSOLE_EVENTLOOP, Enable event loop in console programs.} @itemdef{wxUSE_CONSTRAINTS, Use wxLayoutConstraints} @itemdef{wxUSE_CONTROLS, If set to 0, no classes deriving from wxControl can be used.} +@itemdef{wxUSE_CREDENTIALDLG, If set to 0, disabled wxCredentialEntryDialog used by wxWebRequest.} @itemdef{wxUSE_DATAOBJ, Use wxDataObject and related classes.} @itemdef{wxUSE_DATAVIEWCTRL, Use wxDataViewCtrl class.} @itemdef{wxUSE_DATEPICKCTRL, Use wxDatePickerCtrl class.}