TopView.st
changeset 8722 114b5c5589aa
parent 8718 616b1e3128aa
child 8836 895551b9ddd7
--- a/TopView.st	Tue Jul 09 20:19:42 2019 +0200
+++ b/TopView.st	Tue Jul 09 20:21:08 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -325,10 +323,6 @@
     "Modified: / 18.6.1998 / 20:00:30 / cg"
 !
 
-label:labelString iconLabel:iconLabelString
-    "/ ignored here - for compat. with StdSysViews
-!
-
 resources
     resources isNil ifTrue:[
         ^ self class resources
@@ -589,6 +583,10 @@
     "
 
     "Modified: / 05-11-2007 / 12:10:48 / cg"
+!
+
+label:labelString iconLabel:iconLabelString
+    "/ ignored here - for compat. with StdSysViews
 ! !
 
 !TopView methodsFor:'event handling'!