mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DolphinQt: Don't show success message when converting missing file
This commit is contained in:
parent
f9f4734237
commit
2b25e1d6b9
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ void ConvertDialog::Convert()
|
||||||
{
|
{
|
||||||
QErrorMessage(this).showMessage(
|
QErrorMessage(this).showMessage(
|
||||||
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
|
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue