ImageInspectorView.st
branchjv
changeset 12401 4714b9640528
parent 12268 cb43ab66c093
parent 11659 dac2f285a647
child 12431 9f0c59c742d5
--- a/ImageInspectorView.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/ImageInspectorView.st	Wed Jan 30 11:15:09 2013 +0000
@@ -41,6 +41,7 @@
 "
 ! !
 
+
 !ImageInspectorView class methodsFor:'defaults'!
 
 defaultTopViewExtent
@@ -55,6 +56,7 @@
     "Created: / 23-10-2007 / 19:09:34 / cg"
 ! !
 
+
 !ImageInspectorView class methodsFor:'menu specs'!
 
 imageMenu
@@ -143,6 +145,7 @@
       )
 ! !
 
+
 !ImageInspectorView methodsFor:'accessing'!
 
 inspect:anObject
@@ -156,6 +159,7 @@
     "
 ! !
 
+
 !ImageInspectorView methodsFor:'initialization'!
 
 destroy
@@ -210,6 +214,7 @@
     "Modified: / 28-05-2007 / 15:15:32 / cg"
 ! !
 
+
 !ImageInspectorView methodsFor:'menu'!
 
 imageMenu
@@ -242,6 +247,7 @@
     imageView backgroundColor:(Color name:colorNameSymbol)
 ! !
 
+
 !ImageInspectorView methodsFor:'queries'!
 
 labelFor:anObject
@@ -256,16 +262,18 @@
     "Modified: / 25-07-2012 / 12:53:13 / cg"
 ! !
 
+
 !ImageInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.26 2012/07/25 10:54:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.26 2012-07-25 10:54:12 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.26 2012/07/25 10:54:12 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.26 2012-07-25 10:54:12 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: ImageInspectorView.st 8026 2012-07-26 16:09:41Z vranyj1 $'
 ! !
+