diff --git a/src/gui/UIDialog.cxx b/src/gui/UIDialog.cxx index 457fa7af1..e380fa6c8 100644 --- a/src/gui/UIDialog.cxx +++ b/src/gui/UIDialog.cxx @@ -591,7 +591,7 @@ void UIDialog::handleCommand(CommandSender* sender, int cmd, int data, int id) case kChooseSnapLoadDirCmd: BrowserDialog::show(this, _font, "Select ROM Info Viewer Image Directory", - myRomPath->getText(), + mySnapLoadPath->getText(), BrowserDialog::Mode::Directories, [this](bool OK, const FilesystemNode& node) { if(OK) mySnapLoadPath->setText(node.getShortPath());