mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
small code fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1106 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
475daf0331
commit
814d3ddb0e
4 changed files with 7 additions and 6 deletions
|
@ -299,7 +299,7 @@ void CMemcardManager::CopyDeleteClick(wxCommandEvent& event)
|
|||
freeblocks = BE16(memoryCard[slot]->bat.FreeBlocks);
|
||||
{
|
||||
wxString Foobar;
|
||||
Foobar.Printf("Only %d blocks available", freeblocks);
|
||||
Foobar.Printf(wxT("Only %d blocks available"), freeblocks);
|
||||
wxMessageBox(Foobar,wxT("Failure"),wxOK);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue