mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Allower for larger files via drop to list view - thx Jim :)
This commit is contained in:
parent
6213ebfcf0
commit
884cda5297
@ -11,6 +11,8 @@
|
||||
* Update Polish translation - thx admas
|
||||
* Update French translation - thx Pierre
|
||||
* Update Greek translation - thx PMitsakis
|
||||
* Allower for larger files via drop to list view - thx Jim
|
||||
|
||||
* FIXED:
|
||||
* Fix crash in TTML IMSC 1.1 - thx Louie
|
||||
* Fix Romanian translation version number - thx MediaExpres
|
||||
|
@ -16334,6 +16334,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
OpenSubtitle(fileName, null);
|
||||
}
|
||||
else if (SubtitleFormat.AllSubtitleFormats.Any(p=>p.Extension == ext))
|
||||
{
|
||||
OpenSubtitle(fileName, null);
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show(string.Format(_language.DropSubtitleFileXNotAccepted, fileName));
|
||||
|
Loading…
Reference in New Issue
Block a user