OSDN Git Service

デフォルト保存フォルダを変更
[coroid/inqubus.git] / frontend / src / saccubus / properties / InputCommentSetting.java
index 027410b..6e8db98 100644 (file)
@@ -51,7 +51,7 @@ public class InputCommentSetting extends InputFileSetting<Boolean> {
         boolean adjustNumOfComment = Boolean.parseBoolean(prop.getProperty(PROP_FIX_COMMENT_NUM, "true"));
         String numOfComment = prop.getProperty(PROP_BACK_COMMENT, "500");
         boolean autoNaming = Boolean.parseBoolean(prop.getProperty(PROP_COMMENT_FIX_FILE_NAME, "true"));
-        String folder = prop.getProperty(PROP_COMMENT_FOLDER, "[out]comment");
+        String folder = prop.getProperty(PROP_COMMENT_FOLDER, "out/comment");
         String file = prop.getProperty(PROP_COMMENT_FILE, "comment.xml");
 
         return new InputCommentSetting(download, autoNaming, new File(folder), new File(file), delete,