initial checkin
authorClaus Gittinger <cg@exept.de>
Mon, 14 Feb 2011 18:13:03 +0100
changeset 9768 eb73532608b5
parent 9767 53899b69d223
child 9769 3fd3f9154974
initial checkin
FileDialogWithPreview.st
--- a/FileDialogWithPreview.st	Mon Feb 14 18:13:01 2011 +0100
+++ b/FileDialogWithPreview.st	Mon Feb 14 18:13:03 2011 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2011 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libtool' }"
 
 FileDialog subclass:#FileDialogWithPreview
@@ -7,6 +18,27 @@
 	category:'Interface-Tools-File'
 !
 
+!FileDialogWithPreview class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2011 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    a FileDialog with image preview
+"
+! !
 
 !FileDialogWithPreview class methodsFor:'interface specs'!
 
@@ -296,5 +328,5 @@
 !FileDialogWithPreview class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialogWithPreview.st,v 1.1 2011-02-14 17:12:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialogWithPreview.st,v 1.2 2011-02-14 17:13:03 cg Exp $'
 ! !