mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4385
This commit is contained in:
parent
f2011aff5b
commit
3cb545f382
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue