projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxID_ANY default value for the id parameter of Create() for consistency with...
[wxWidgets.git]
/
src
/
motif
/
msgdlg.cpp
diff --git
a/src/motif/msgdlg.cpp
b/src/motif/msgdlg.cpp
index aa820bafc490fa1107ff3b473d4e3799130d3330..fe8e598e308a115f6ed1835b7d9d84105dac1582 100644
(file)
--- a/
src/motif/msgdlg.cpp
+++ b/
src/motif/msgdlg.cpp
@@
-38,10
+38,10
@@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/app.h"
+ #include "wx/settings.h"
#endif
#include "wx/motif/private.h"
-#include "wx/settings.h"
// ----------------------------------------------------------------------------
// macros