MCCommitDialog.st
changeset 440 da9c1bbb1a61
parent 360 49f34323f6c6
child 529 d0d668b95c4c
--- a/MCCommitDialog.st	Tue Aug 23 15:45:36 2011 +0200
+++ b/MCCommitDialog.st	Tue Aug 23 15:46:54 2011 +0200
@@ -101,7 +101,7 @@
                 do: [:n | 
                     n resume: 
                         (Array  with: self versionNameHolder value 
-                                with: messageView contents asString)].
+                                with: messageView contents asText string)].
     repository := self repositoryHolder value.
     repository storeVersion: version.
     super doAccept.
@@ -312,11 +312,11 @@
 !MCCommitDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.1 2011-08-20 12:30:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.2 2011-08-23 13:46:54 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.1 2011-08-20 12:30:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.2 2011-08-23 13:46:54 vrany Exp $'
 !
 
 version_SVN