mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Kill some unnecessary c_str and use StrToWxStr in a few places that I missed.
This commit is contained in:
@ -49,7 +49,7 @@ void CPatchAddEdit::CreateGUIControls(int _selection)
|
||||
}
|
||||
else
|
||||
{
|
||||
currentName = StrToWxStr(onFrame.at(_selection).name.c_str());
|
||||
currentName = StrToWxStr(onFrame.at(_selection).name);
|
||||
tempEntries = onFrame.at(_selection).entries;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user