Browse Source

CVS: test
* correct behavior for memo field

pierre 23 năm trước cách đây
mục cha
commit
4638a8084f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      ide/cvsco.tdf

+ 3 - 3
ide/cvsco.tdf

@@ -1,7 +1,7 @@
 [Main]
 Title="CVS Commit"
 Size=(56,15)
-CommandLine="commit -F cvsco.log %filename%"
+CommandLine="commit -F %msglog% %filename%"
 Default="filename"
 
 [filename]
@@ -17,7 +17,7 @@ Size=(52,1)
 Text="~F~ile(s) to commit"
 Link="filename"
 
-[msg]
+[msglog]
 Type=Memo
 Origin=(2,6)
 Size=(52,6)
@@ -29,4 +29,4 @@ Type=Label
 Origin=(2,5)
 Size=(52,1)
 Text="~M~essage"
-Link="msg"
+Link="msglog"