fixed saveAll
authorClaus Gittinger <cg@exept.de>
Fri, 13 Jun 2008 11:16:51 +0200
changeset 8196 29ed5a2bf16d
parent 8195 20edf1507e82
child 8197 3b1c5bd94fdd
fixed saveAll
MultiViewToolApplication.st
--- a/MultiViewToolApplication.st	Mon Jun 09 19:54:35 2008 +0200
+++ b/MultiViewToolApplication.st	Fri Jun 13 11:16:51 2008 +0200
@@ -780,7 +780,7 @@
 menuSaveAllAs
     self 
         askForFile:'Save all Buffers into:' 
-        default:(self defaultFilenameForSaveAll)
+        default:(self defaultFileNameForSaveAll)
         thenDo:[:file :doAppend |
             |ws append|
 
@@ -1086,5 +1086,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.19 2008-03-31 13:33:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.20 2008-06-13 09:16:51 cg Exp $'
 ! !