summaryrefslogtreecommitdiffstats
path: root/Project/main.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-03 19:15:52 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-03 19:15:52 -0300
commitfb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9 (patch)
treefdafe78aea92607eec0964dafe65d8f54a8b53fe /Project/main.cpp
parent50f31898499d1d1e1ebc8ab9c9c26d3b4ec1b3c1 (diff)
downloadPSP.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.cpp3
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);