From 3cb545f3827558e44218f4eb7f2ff06a3dfed54c Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 21 Oct 2004 23:07:13 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4385 --- clientgui/BOINCGUIApp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index ce55860d05..6692fe4f15 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -49,6 +49,9 @@ bool CBOINCGUIApp::OnInit() // storing images wxFileSystem::AddHandler(new wxMemoryFSHandler); + // Enable known image types + wxImage::AddHandler(new wxXPMHandler); + // Initialize the internationalization module m_pLocale = new wxLocale(); wxASSERT(NULL != m_pLocale);