# HG changeset patch # User Claus Gittinger # Date 1220697740 -7200 # Node ID 40e49dac643ed785999b0f574c811e735302c7d7 # Parent 1ae184ce95958672991711f434eef175e5262e3b code reuse diff -r 1ae184ce9595 -r 40e49dac643e UIPainter.st --- a/UIPainter.st Wed Sep 03 10:54:35 2008 +0200 +++ b/UIPainter.st Sat Sep 06 12:42:20 2008 +0200 @@ -4598,7 +4598,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 systemBrowserClass openInClass:(self resolveName:specClassName) + Smalltalk browseInClass:(self resolveName:specClassName) ! doBrowseSpecificationClass