DictionaryInspectorView.st
changeset 16547 9aa2c069111c
parent 15878 9df06bebe9e9
child 16572 ab23beb4bba6
child 17474 7382711c82f3
--- a/DictionaryInspectorView.st	Wed May 11 10:47:29 2016 +0200
+++ b/DictionaryInspectorView.st	Wed May 11 10:47:39 2016 +0200
@@ -618,7 +618,7 @@
                 ]
         ].
 
-    sortOrder == #alphabetical ifTrue:[
+    sortOrder == SortOrderAlphabetical ifTrue:[
         keyList sort:[:a :b | a string < b string].
     ].
     ^ keyList