소스 검색

CVS: test
* correct behavior for memo field

pierre 23 년 전
부모
커밋
4638a8084f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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"