diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-03 19:15:52 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-03 19:15:52 -0300 |
commit | fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9 (patch) | |
tree | fdafe78aea92607eec0964dafe65d8f54a8b53fe /Project/main.cpp | |
parent | 50f31898499d1d1e1ebc8ab9c9c26d3b4ec1b3c1 (diff) | |
download | PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.tar.gz PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.tar.xz PSP.git-fb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9.zip |
Chart view implemented
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); |