Build fix

This commit is contained in:
John Peterson 2013-05-05 21:23:16 +02:00
parent 7d74e30423
commit 46cd91dc0d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include "WxUtils.h"
#define MAX_CHEAT_SEARCH_RESULTS_DISPLAY 256
const std::string title = _("Cheats Manager");
const wxString title = _("Cheats Manager");
extern std::vector<ActionReplay::ARCode> arCodes;
extern CFrame* main_frame;