#OTHER by mawalch
authormawalch
Tue, 26 Jul 2016 09:42:15 +0200
changeset 16756 673316b94fbb
parent 16754 4ad5293fa16b
child 16757 f2b7e4d96eb3
child 16758 a5c09d35f59a
#OTHER by mawalch class: AbstractLauncherApplication changed: #viewDestroy String fix.
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Jul 25 12:32:42 2016 +0200
+++ b/AbstractLauncherApplication.st	Tue Jul 26 09:42:15 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -2593,7 +2591,7 @@
     id = screen rootView id ifTrue:[
         ^ self
     ].
-    (Dialog confirm:'This may not a be smalltalk view\(or I somehow forgot about it).\Destroy anyway ?' withCRs)
+    (Dialog confirm:'This may not be a smalltalk view\(or I somehow forgot about it).\Destroy anyway?' withCRs)
     ifTrue:[
         screen destroyView:nil withId:id
     ].