mirror of https://github.com/stella-emu/stella.git
fixed copy & paste error
This commit is contained in:
parent
7d0b15e01c
commit
03e6f4d6ae
|
@ -591,7 +591,7 @@ void UIDialog::handleCommand(CommandSender* sender, int cmd, int data, int id)
|
||||||
|
|
||||||
case kChooseSnapLoadDirCmd:
|
case kChooseSnapLoadDirCmd:
|
||||||
BrowserDialog::show(this, _font, "Select ROM Info Viewer Image Directory",
|
BrowserDialog::show(this, _font, "Select ROM Info Viewer Image Directory",
|
||||||
myRomPath->getText(),
|
mySnapLoadPath->getText(),
|
||||||
BrowserDialog::Mode::Directories,
|
BrowserDialog::Mode::Directories,
|
||||||
[this](bool OK, const FilesystemNode& node) {
|
[this](bool OK, const FilesystemNode& node) {
|
||||||
if(OK) mySnapLoadPath->setText(node.getShortPath());
|
if(OK) mySnapLoadPath->setText(node.getShortPath());
|
||||||
|
|
Loading…
Reference in New Issue