OSDN Git Service

version 1.0.0.6
[kybernetes/Kybernetes.git] / KyberNetes / command / Control / EndCommand.cs
index 0f6922f..438bf80 100644 (file)
@@ -22,7 +22,7 @@ namespace com.andoutomo.kybernetes.command
             {\r
                 if (TaskDataAccessor.getObject.isRepeatTask(param.sortID))\r
                 {\r
-                    string nextDay = form.showInputBox("次回は何日後ですか?0の場合は繰り返しません。");\r
+                    string nextDay = form.showInputBox("次回は何日後ですか?0の場合は繰り返しません。","1");\r
                     if (nextDay != "0")\r
                     {\r
                         _newData.DoDate.addDate(int.Parse(nextDay));\r