mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Work on export
This commit is contained in:
parent
ab5b9c14b1
commit
cd115f6f55
@ -401,7 +401,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
text.Length,
|
||||
p.Text.RemoveChar('\r', '\n').Length,
|
||||
p.Text.RemoveChar('\r', '\n').Length + lines.Count - 1,
|
||||
p.Text.RemoveChar('\r', '\n').Length + lines.Count - 1);
|
||||
p.Text.RemoveChar('\r', '\n').Length + (lines.Count - 1) * 2);
|
||||
s = s.Replace("@@@@_@@@", "{");
|
||||
s = s.Replace("@@@_@@@@", "}");
|
||||
return s;
|
||||
|
Loading…
Reference in New Issue
Block a user