UIPainter.st
changeset 2400 40e49dac643e
parent 2399 1ae184ce9595
child 2411 14dd0d9afbf3
equal deleted inserted replaced
2399:1ae184ce9595 2400:40e49dac643e
  4596 
  4596 
  4597     self painter isModified ifTrue:[
  4597     self painter isModified ifTrue:[
  4598         self warn:'The current window spec has not yet been saved!!\\The System Browser will show the code of the old window spec.' withCRs.
  4598         self warn:'The current window spec has not yet been saved!!\\The System Browser will show the code of the old window spec.' withCRs.
  4599     ].
  4599     ].
  4600 
  4600 
  4601     UserPreferences systemBrowserClass openInClass:(self resolveName:specClassName)
  4601     Smalltalk browseInClass:(self resolveName:specClassName)
  4602 !
  4602 !
  4603 
  4603 
  4604 doBrowseSpecificationClass
  4604 doBrowseSpecificationClass
  4605     "opens an browser on the spec class of the selected widget"
  4605     "opens an browser on the spec class of the selected widget"
  4606 
  4606