projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added style parameter to wxPopupWindow ctors so they match the Create method.
[wxWidgets.git]
/
src
/
os2
/
gdiimage.cpp
diff --git
a/src/os2/gdiimage.cpp
b/src/os2/gdiimage.cpp
index 321e61e1c10a94f8cef144c724ece6939c69f467..8c1fe4a289b3ef9205ee4ac1b1aa735c5fb048e6 100644
(file)
--- a/
src/os2/gdiimage.cpp
+++ b/
src/os2/gdiimage.cpp
@@
-30,9
+30,8
@@
#endif // WX_PRECOMP
#include "wx/os2/private.h"
#endif // WX_PRECOMP
#include "wx/os2/private.h"
-
#include "wx/app.h"
#include "wx/app.h"
-
+#include "wx/xpmhand.h"
#include "wx/os2/gdiimage.h"
// ----------------------------------------------------------------------------
#include "wx/os2/gdiimage.h"
// ----------------------------------------------------------------------------
@@
-347,10
+346,8
@@
void wxGDIImage::InitStandardHandlers()
AddHandler(new wxBMPResourceHandler);
AddHandler(new wxBMPFileHandler);
AddHandler(new wxBMPResourceHandler);
AddHandler(new wxBMPFileHandler);
- // Not added by default: include xpmhand.h in your app
- // and call these in your wxApp::OnInit.
- // AddHandler(new wxXPMFileHandler);
- // AddHandler(new wxXPMDataHandler);
+ AddHandler(new wxXPMFileHandler);
+ AddHandler(new wxXPMDataHandler);
AddHandler(new wxICOResourceHandler);
AddHandler(new wxICOFileHandler);
AddHandler(new wxICOResourceHandler);
AddHandler(new wxICOFileHandler);