Tools__NewClassWizardDialog.st
changeset 16752 090ac9d87a3d
parent 16349 60fa7f1a3373
child 16753 d0e2c8fd4a62
child 16895 463e46f35100
--- a/Tools__NewClassWizardDialog.st	Thu Jul 21 21:13:31 2016 +0200
+++ b/Tools__NewClassWizardDialog.st	Thu Jul 21 23:37:33 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -1146,7 +1148,7 @@
 !
 
 listOfCategories
-    ^ (Smalltalk allClassCategories copyAs:OrderedCollection) sort
+    ^ Smalltalk allClassCategories asNewOrderedCollection sort
 !
 
 listOfLanguages