UserPreferences.st
changeset 24871 3667763f2f12
parent 24847 c0d390395e85
child 25078 409e43d39f0f
--- a/UserPreferences.st	Mon Oct 28 01:18:16 2019 +0100
+++ b/UserPreferences.st	Mon Oct 28 19:47:44 2019 +0100
@@ -5513,7 +5513,7 @@
 unitForFileSize
     "may return either 1000 or 1024"
 
-    ^ self at:#unitForFileSize ifAbsent:[1000]
+    ^ self at:#unitForFileSize ifAbsent:[1024]
 !
 
 unitStringsForFileSize