Fix yet another title bar text issue - thx OmrSi :)

This commit is contained in:
Nikolaj Olsson 2021-04-16 15:32:14 +02:00
parent 88586685f0
commit 012451475f

View File

@ -4697,7 +4697,7 @@ namespace Nikse.SubtitleEdit.Forms
ShowStatus(string.Format(_language.ConvertedToX, format.FriendlyName));
}
if (_fileName != null && _oldSubtitleFormat != null)
if (!string.IsNullOrEmpty(_fileName) && _oldSubtitleFormat != null)
{
if (_fileName.Contains('.'))
{