From 0e0bf078884ea0683516ce8954c710daf0cdb96b Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 1 Jan 2019 10:25:17 +0100 Subject: [PATCH] Fix broken URL in wxICON_QUESTION documentation The content on MSDN has moved, so the URL needs to be updated. Closes https://github.com/wxWidgets/wxWidgets/pull/1107 --- interface/wx/msgdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index 5eba416fee..7297ba65a1 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -62,7 +62,7 @@ const char wxMessageBoxCaptionStr[] = "Message"; with @c wxYES_NO so it's usually unnecessary to specify it explicitly. This style is not supported for message dialogs under wxMSW when a task dialog is used to implement them (i.e. when running under Windows Vista - or later) because Microsoft + or later) because Microsoft guidelines indicate that no icon should be used for routine confirmations. If it is specified, no icon will be displayed. @style{wxICON_INFORMATION}