Fixes typo: Cardridge -> Cartridge (#145)
This commit is contained in:
parent
1cd72fd3d7
commit
b4e8e43c0d
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void InitPanelROM(const struct _ConfigCategory& category)
|
||||||
cmdExtROM->addActionListener(romButtonActionListener);
|
cmdExtROM->addActionListener(romButtonActionListener);
|
||||||
|
|
||||||
#ifdef ACTION_REPLAY
|
#ifdef ACTION_REPLAY
|
||||||
lblCartROM = new gcn::Label("Cardridge ROM File:");
|
lblCartROM = new gcn::Label("Cartridge ROM File:");
|
||||||
lblCartROM->setSize(200, LABEL_HEIGHT);
|
lblCartROM->setSize(200, LABEL_HEIGHT);
|
||||||
cboCartROM = new gcn::UaeDropDown(cartROMList);
|
cboCartROM = new gcn::UaeDropDown(cartROMList);
|
||||||
cboCartROM->setSize(400, DROPDOWN_HEIGHT);
|
cboCartROM->setSize(400, DROPDOWN_HEIGHT);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue