spelling change: Rom -> ROM - PLEASE READ

@Grauw: please update your MultiPCM code.
i know it's just a trivial change I made, but in my opinion "ROM"
indicates it's an acronym...
This commit is contained in:
tildearrow 2022-05-12 22:15:03 -05:00
parent 9bac00efe5
commit 1b4256bb28
5 changed files with 35 additions and 26 deletions

View file

@ -1516,7 +1516,7 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
{"compatible files", "*.rom *.bin",
"all files", ".*"},
"compatible files{.rom,.bin},.*",
workingDirRom,
workingDirROM,
dpiScale
);
break;
@ -3040,7 +3040,7 @@ bool FurnaceGUI::loop() {
case GUI_FILE_YRW801_ROM_OPEN:
case GUI_FILE_TG100_ROM_OPEN:
case GUI_FILE_MU5_ROM_OPEN:
workingDirRom=fileDialog->getPath()+DIR_SEPARATOR_STR;
workingDirROM=fileDialog->getPath()+DIR_SEPARATOR_STR;
break;
}
if (fileDialog->accepted()) {