mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix a few strings that weren't being translated properly.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6851 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -155,9 +155,9 @@ CheatSearchTab::CheatSearchTab(wxWindow* const parent)
|
||||
btnNextScan->Disable();
|
||||
|
||||
// data size radio buttons
|
||||
size_radiobtn.rad_8 = new wxRadioButton(this, -1, wxT("8 bit"), wxDefaultPosition, wxDefaultSize, wxRB_GROUP);
|
||||
size_radiobtn.rad_16 = new wxRadioButton(this, -1, wxT("16 bit"));
|
||||
size_radiobtn.rad_32 = new wxRadioButton(this, -1, wxT("32 bit"));
|
||||
size_radiobtn.rad_8 = new wxRadioButton(this, -1, _("8 bit"), wxDefaultPosition, wxDefaultSize, wxRB_GROUP);
|
||||
size_radiobtn.rad_16 = new wxRadioButton(this, -1, _("16 bit"));
|
||||
size_radiobtn.rad_32 = new wxRadioButton(this, -1, _("32 bit"));
|
||||
size_radiobtn.rad_8->SetValue(true);
|
||||
|
||||
// data sizes groupbox
|
||||
|
Reference in New Issue
Block a user