mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-05 11:35:26 +00:00
Update MapFileDialog.cpp (#3165)
This commit is contained in:
parent
3166843dff
commit
b27ee987da
@ -33,7 +33,7 @@ void MapFileDialog::on_buttonBox_accepted()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!Core()->mapFile(filePath, mapAddress)) {
|
if (!Core()->mapFile(filePath, mapAddress)) {
|
||||||
QMessageBox::critical(this, tr("Map new file file"), tr("Failed to map a new file"));
|
QMessageBox::critical(this, tr("Map new file"), tr("Failed to map a new file"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
close();
|
close();
|
||||||
|
Loading…
Reference in New Issue
Block a user