mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fix yet another title bar text issue - thx OmrSi :)
This commit is contained in:
parent
88586685f0
commit
012451475f
@ -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('.'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user