mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 03:47:07 -05:00
Buildfix.
This commit is contained in:
@@ -612,7 +612,7 @@ void GamepadPage::DeleteProfile(wxCommandEvent&)
|
||||
|
||||
if (File::Exists(fnamecstr) &&
|
||||
AskYesNoT("Are you sure you want to delete \"%s\"?",
|
||||
WxStrToStr(profile_cbox->GetValue())))
|
||||
WxStrToStr(profile_cbox->GetValue()).c_str()))
|
||||
{
|
||||
File::Delete(fnamecstr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user