UserPreference access
authorClaus Gittinger <cg@exept.de>
Mon, 10 Sep 2001 16:13:41 +0200
changeset 1487 846527ddac8b
parent 1486 d549a69ec127
child 1488 cb1867473e3e
UserPreference access
UIPainter.st
--- a/UIPainter.st	Wed Sep 05 19:06:05 2001 +0200
+++ b/UIPainter.st	Mon Sep 10 16:13:41 2001 +0200
@@ -3191,7 +3191,7 @@
         self warn:'No aspect methods found!!'.
         ^ self.
     ].
-    UserPreferences current systemBrowserClass browseMethods:methods title:'Aspect methods'.
+    UserPreferences systemBrowserClass browseMethods:methods title:'Aspect methods'.
 !
 
 doBrowseClass
@@ -3201,7 +3201,7 @@
         self warn:'The current window spec has not yet been saved!!\\The System Browser will show the code of the old window spec.' withCRs.
     ].
 
-    UserPreferences current systemBrowserClass openInClass:(self resolveName:specClass)
+    UserPreferences systemBrowserClass openInClass:(self resolveName:specClass)
 !
 
 doDefineClassAndSelector