mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Revert "Remove an unnecessary wx translation underscore macro from PHackSettings."
This reverts commit 110f603cb68ef7eadd0704c8419ec0a06737af98.
This commit is contained in:
parent
9849129b5d
commit
479695d068
@ -90,7 +90,7 @@ void CPHackSettings::LoadPHackData()
|
||||
std::string sIndex;
|
||||
|
||||
PHackChoice->Clear();
|
||||
PHackChoice->Append("[Custom]");
|
||||
PHackChoice->Append(_("[Custom]"));
|
||||
for (int i = 0; ; i++)
|
||||
{
|
||||
sIndex = std::to_string(i);
|
||||
@ -104,7 +104,7 @@ void CPHackSettings::LoadPHackData()
|
||||
sTemp = WxStrToStr(_("(UNKNOWN)"));
|
||||
|
||||
if (i == 0)
|
||||
PHackChoice->Append("-------------");
|
||||
PHackChoice->Append(StrToWxStr("-------------"));
|
||||
|
||||
PHackChoice->Append(StrToWxStr(sTemp));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user