Fixes typo: Cardridge -> Cartridge (#145)

This commit is contained in:
bspinner 2017-11-04 08:50:45 +01:00 committed by Dimitris Panokostas
parent 1cd72fd3d7
commit b4e8e43c0d

View file

@ -247,7 +247,7 @@ void InitPanelROM(const struct _ConfigCategory& category)
cmdExtROM->addActionListener(romButtonActionListener);
#ifdef ACTION_REPLAY
lblCartROM = new gcn::Label("Cardridge ROM File:");
lblCartROM = new gcn::Label("Cartridge ROM File:");
lblCartROM->setSize(200, LABEL_HEIGHT);
cboCartROM = new gcn::UaeDropDown(cartROMList);
cboCartROM->setSize(400, DROPDOWN_HEIGHT);