mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +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)) {
|
||||
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;
|
||||
}
|
||||
close();
|
||||
|
Loading…
Reference in New Issue
Block a user