summaryrefslogtreecommitdiffstats
path: root/Project/main.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-03 19:16:57 -0300
committerGitHub <noreply@github.com>2017-05-03 19:16:57 -0300
commit7ade1da522d642fa5f7a38e62d0e865733ef1afe (patch)
treede3c59aac6fb3b9de5d89d509bdebfdd565eb6da /Project/main.cpp
parenta22a474a59045ccb23a57495e4cae85ef7b49f9b (diff)
parentfb34d58e810ca4d9c886a0d4f9f2ae24cf45dbf9 (diff)
downloadPSP.git-7ade1da522d642fa5f7a38e62d0e865733ef1afe.tar.gz
PSP.git-7ade1da522d642fa5f7a38e62d0e865733ef1afe.tar.xz
PSP.git-7ade1da522d642fa5f7a38e62d0e865733ef1afe.zip
Merge pull request #30 from Thales1330/wip/chart-view
Wip chart view
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);