*** empty log message ***

svn path=/trunk/boinc/; revision=4385
This commit is contained in:
Rom Walton 2004-10-21 23:07:13 +00:00
parent f2011aff5b
commit 3cb545f382
1 changed files with 3 additions and 0 deletions

View File

@ -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);