diff -r ddafe62c57be -r d901e3f57fb5 CodeGeneratorTool.st --- a/CodeGeneratorTool.st Tue May 04 14:15:44 2010 +0200 +++ b/CodeGeneratorTool.st Fri May 07 14:22:15 2010 +0200 @@ -470,7 +470,6 @@ label: '%1' name: '%1' min: (Point 10 10) - max: (Point 1024 768) bounds: (Rectangle 0 0 300 300) menu: mainMenu ) @@ -487,6 +486,8 @@ ) ) + + "Modified: / 07-05-2010 / 14:21:48 / cg" ! initialWindowSpecForDialogs @@ -510,7 +511,6 @@ label: '%1' name: '%1' min: (Point 10 10) - max: (Point 1024 768) bounds: (Rectangle 0 0 300 300) ) component: @@ -552,6 +552,8 @@ ) ) + + "Modified: / 07-05-2010 / 14:21:55 / cg" ! initialWindowSpecMethodSourceForApplications @@ -3165,9 +3167,9 @@ !CodeGeneratorTool class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.84 2009-11-17 11:33:27 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.85 2010-05-07 12:22:15 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.84 2009-11-17 11:33:27 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.85 2010-05-07 12:22:15 cg Exp $' ! !