ImageSelectionBox.st
branchjv
changeset 4770 6634b540fea2
parent 3150 e3a55f15ef7e
--- a/ImageSelectionBox.st	Thu May 21 21:00:16 2015 +0100
+++ b/ImageSelectionBox.st	Thu May 21 21:14:57 2015 +0100
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libwidg2' }"
 
-"{ Package: 'stx:libwidg2' }"
+"{ NameSpace: Smalltalk }"
 
 FileSelectionBox subclass:#ImageSelectionBox
 	instanceVariableNames:'previewField preview info'
@@ -19,7 +20,7 @@
 	category:'Views-DialogBoxes'
 !
 
-!ImageSelectionBox  class methodsFor:'documentation'!
+!ImageSelectionBox class methodsFor:'documentation'!
 
 copyright
 "
@@ -183,8 +184,9 @@
     "Modified: 7.6.1996 / 12:25:19 / cg"
 ! !
 
-!ImageSelectionBox  class methodsFor:'documentation'!
+!ImageSelectionBox class methodsFor:'documentation'!
 
 version
     ^ '$Header: /cvs/stx/stx/libwidg2/ImageSelectionBox.st,v 1.6 2006-11-13 16:11:30 cg Exp $'
 ! !
+