Browse Source

CVS: test
* correct behavior for memo field

pierre 23 years ago
parent
commit
4638a8084f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ide/cvsco.tdf

+ 3 - 3
ide/cvsco.tdf

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