projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added configure option for wxUSE_AUTOID_MANAGEMENT
[wxWidgets.git]
/
include
/
wx
/
generic
/
notifmsg.h
diff --git
a/include/wx/generic/notifmsg.h
b/include/wx/generic/notifmsg.h
index bfa2d7214e361978f7376e786142952a71086985..15e1513db4cd7b0813e0683ae3790e44ce0a26c6 100644
(file)
--- a/
include/wx/generic/notifmsg.h
+++ b/
include/wx/generic/notifmsg.h
@@
-23,8
+23,9
@@
public:
wxGenericNotificationMessage() { Init(); }
wxGenericNotificationMessage(const wxString& title,
const wxString& message = wxString(),
wxGenericNotificationMessage() { Init(); }
wxGenericNotificationMessage(const wxString& title,
const wxString& message = wxString(),
- wxWindow *parent = NULL)
- : wxNotificationMessageBase(title, message, parent)
+ wxWindow *parent = NULL,
+ int flags = wxICON_INFORMATION)
+ : wxNotificationMessageBase(title, message, parent, flags)
{
Init();
}
{
Init();
}