mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Improve error message when dropping mp4 file without subs in main list view
This commit is contained in:
parent
8b963504d9
commit
cdb310672e
@ -12912,6 +12912,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
ImportSubtitleFromMp4(fileName);
|
||||
return;
|
||||
}
|
||||
|
||||
MessageBox.Show(_language.NoSubtitlesFound);
|
||||
return;
|
||||
}
|
||||
else if (ext == ".vob" || ext == ".ifo")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user