Add support for wxICON_AUTH_NEEDED to wxMessageDialog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 12:54:08 +0000 (12:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 12:54:08 +0000 (12:54 +0000)
commit67315c8bf9584d2dde61d13169c5a445f68f44c6
treec666407c92f62424ce601c44d135be3837382030
parentadd6e9193dfbeec8ad88d4e341bc46165b97e3dd
Add support for wxICON_AUTH_NEEDED to wxMessageDialog.

Allow showing the standard "Authentication needed" dialog in the message boxes
under MSW.

Closes #15121.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/defs.h
include/wx/msgdlg.h
include/wx/msw/msgdlg.h
interface/wx/msgdlg.h
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/msw/msgdlg.cpp