mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 19:52:48 +01:00
Fix yet another path issue - thx Jamakmake :)
This commit is contained in:
parent
f78d13b4e4
commit
67a1183738
@ -3422,7 +3422,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
if (_converted && !string.IsNullOrEmpty(_fileName) && !File.Exists(_fileName))
|
||||
{
|
||||
saveFileDialog1.FileName = _fileName;
|
||||
saveFileDialog1.FileName = Utilities.GetFileNameWithoutExtension(_fileName);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user