minor corrections to wx port; spacifcaly to fix osx compile

This commit is contained in:
dormito 2010-12-19 13:01:28 +00:00
parent 5d68b4d98e
commit fd6c778db0
2 changed files with 2 additions and 1 deletions

View File

@ -516,7 +516,7 @@ void DesmumeFrame::setHUDFont(wxCommandEvent &event)
wxArrayString fontchoices;
for(int i = 0; i < font_Nums;i++)
{
fontchoices.Add(_T(fonts_list[i].name));
fontchoices.Add(fonts_list[i].name);
}
wxSingleChoiceDialog fontDialog(this,

View File

@ -1,6 +1,7 @@
#include "NDSSystem.h"
#include <wx/wxprec.h>
#include <wx/app.h>
#include "movie.h"
#include <wx/docview.h>
#include <wx/config.h>