Label.st
changeset 5538 b6ed8574094a
parent 5445 df7fc0f00f58
child 5587 d5bf038cb1c8
--- a/Label.st	Fri Jan 15 17:57:50 2016 +0100
+++ b/Label.st	Fri Jan 15 17:58:07 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1487,7 +1485,8 @@
 
 nativeWindowType
     "return a symbol describing my native window type 
-     (may be used internally by the device as a native window creation hint)"
+     (may be used internally by the device as a native window creation hint,
+      if the device supports native windows)"
 
     self class == Label ifTrue:[
         ^ #Label