mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 13:12:39 +01:00
thx Chris :)
This commit fixes issue #51 git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@812 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
35940b29d1
commit
6529518a28
@ -53,6 +53,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
StartFrame = paragraph.StartFrame;
|
||||
EndFrame = paragraph.EndFrame;
|
||||
Forced = paragraph.Forced;
|
||||
Extra = paragraph.Extra;
|
||||
}
|
||||
|
||||
public Paragraph(int startFrame, int endFrame, string text)
|
||||
|
Loading…
Reference in New Issue
Block a user