X-Git-Url: http://git.sourceforge.jp/view?p=coroid%2Finqubus.git;a=blobdiff_plain;f=frontend%2Fsrc%2Fsaccubus%2FMainFrame.java;h=5b7c34c725f3d302c6604bc3166e1bfdaf66f793;hp=ee6059bb5445f31feaee6985e5eaa1dcc96c842e;hb=db2e02c3279ccee6154dc5f465a683aab609a1ad;hpb=f9918688a5a85da9f89d01d4b791d9a67e5707f4 diff --git a/frontend/src/saccubus/MainFrame.java b/frontend/src/saccubus/MainFrame.java index ee6059b..5b7c34c 100644 --- a/frontend/src/saccubus/MainFrame.java +++ b/frontend/src/saccubus/MainFrame.java @@ -968,7 +968,7 @@ public class MainFrame extends JFrame { } }; - Converter = new Converter(url, wayBackField.getText(), getSetting().toProfile(), sl, + Converter = new Converter(url, getSetting().toProfile(), sl, new ConvertStopFlag(scl)); doButton.setText(DoButtonStopString); FutureTask task = new FutureTask(Converter); @@ -1392,7 +1392,7 @@ public class MainFrame extends JFrame { boolean adjustNumOfCom = savePanel.getFixCommentNumCheckBox().isSelected(); return new InputCommentSetting(download, autoNaming, new File(folder), new File(file), delete, adjustNumOfCom, - back_comment, reduceCommentCheckBox.isSelected()); + back_comment, reduceCommentCheckBox.isSelected(), wayBackField.getText()); } /**