diff options
Diffstat (limited to 'Project/main.cpp')
-rw-r--r-- | Project/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/main.cpp b/Project/main.cpp index 515b433..e24860d 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -25,8 +25,9 @@ public: virtual bool OnInit() { - // Add png image handler + // Add image handlers wxImage::AddHandler(new wxPNGHandler); + wxImage::AddHandler(new wxJPEGHandler); wxLocale* locale = new wxLocale(); LoadCatalogs(locale); |