Correct wxInfoBar::ShowMessage() flags argument documentation.
The default value is wxICON_INFORMATION, not wxICON_NONE. Closes #16861. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7311e2ea44
commit
9aa6171f55
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ public:
|
|||
parameter to select the appropriate background colour for the
|
||||
notification.
|
||||
*/
|
||||
void ShowMessage(const wxString& msg, int flags = wxICON_NONE);
|
||||
void ShowMessage(const wxString& msg, int flags = wxICON_INFORMATION);
|
||||
|
||||
/**
|
||||
Returns the number of currently shown buttons.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue