Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
john-peterson committed May 5, 2013
1 parent 7d74e30 commit 46cd91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/CheatsWindow.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 46cd91d

Please sign in to comment.