Prettified the checksum fix. Moved it to its own button. The rest of the manager is now unaltered.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@677 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2008-09-25 04:24:33 +00:00
parent b39f0240cb
commit 7d7b1b57ed
4 changed files with 60 additions and 18 deletions

View File

@ -45,6 +45,7 @@ class CMemcardManager
wxBoxSizer* sMain;
wxButton* m_CopyRight;
wxButton* m_CopyLeft;
wxButton* m_FixChecksum;
wxButton* m_DeleteRight;
wxButton* m_DeleteLeft;
wxStaticBoxSizer* sMemcard1;
@ -60,6 +61,7 @@ class CMemcardManager
{
ID_COPYRIGHT = 1000,
ID_COPYLEFT,
ID_FIXCHECKSUM,
ID_DELETERIGHT,
ID_DELETELEFT,
ID_MEMCARD1PATH,