X-Git-Url: http://git.sourceforge.jp/view?p=coroid%2Finqubus.git;a=blobdiff_plain;f=frontend%2Fsrc%2Fsaccubus%2Fproperties%2FSProperties.java;h=66ab194bd278ec4cc396f76948c1b3d75e4c017a;hp=a2117e081f88896c81c00eab3842b307c2c3d2b7;hb=db2e02c3279ccee6154dc5f465a683aab609a1ad;hpb=f9918688a5a85da9f89d01d4b791d9a67e5707f4 diff --git a/frontend/src/saccubus/properties/SProperties.java b/frontend/src/saccubus/properties/SProperties.java index a2117e0..66ab194 100644 --- a/frontend/src/saccubus/properties/SProperties.java +++ b/frontend/src/saccubus/properties/SProperties.java @@ -143,7 +143,7 @@ public class SProperties { boolean delete = setting.isDeleteAfterConvert() && (setting.getProcessKind() != VideoSaveKind.NICOBROWSER); return new InputFileSetting(videoFile, (setting.getProcessKind() == VideoSaveKind.SAVE), delete, - buildCommentGetInfo()); + buildCommentGetInfo(), inputCommentSetting.getBackLogPoint()); } private InputFileSetting buildCommentSetting() { @@ -164,7 +164,7 @@ public class SProperties { SFile file = createSFile(setting); return new InputFileSetting(file, setting.getProcessKind().booleanValue(), setting.isDeleteAfterConvert(), - buildCommentGetInfo()); + buildCommentGetInfo(), inputCommentSetting.getBackLogPoint()); }