projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Avoid dropping events in wxDocParentFrameAnyBase in some circumstances.
[wxWidgets.git]
/
include
/
wx
/
msgdlg.h
diff --git
a/include/wx/msgdlg.h
b/include/wx/msgdlg.h
index 4dbd2d5ac2620f0c7e949123aaa146349375d022..8a234ac48fc1aafe09358d46abaf284b7fb060ef 100644
(file)
--- a/
include/wx/msgdlg.h
+++ b/
include/wx/msgdlg.h
@@
-4,7
+4,6
@@
// Author: Julian Smart
// Modified by:
// Created:
// Author: Julian Smart
// Modified by:
// Created:
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@
-209,8
+208,9
@@
public:
{ return m_help.empty() ? GetDefaultHelpLabel() : m_help; }
// based on message dialog style, returns exactly one of: wxICON_NONE,
{ return m_help.empty() ? GetDefaultHelpLabel() : m_help; }
// based on message dialog style, returns exactly one of: wxICON_NONE,
- // wxICON_ERROR, wxICON_WARNING, wxICON_QUESTION, wxICON_INFORMATION
- long GetEffectiveIcon() const
+ // wxICON_ERROR, wxICON_WARNING, wxICON_QUESTION, wxICON_INFORMATION,
+ // wxICON_AUTH_NEEDED
+ virtual long GetEffectiveIcon() const
{
if ( m_dialogStyle & wxICON_NONE )
return wxICON_NONE;
{
if ( m_dialogStyle & wxICON_NONE )
return wxICON_NONE;