MenuEditor.st
changeset 492 b169fdb23f5f
parent 489 d5f942ce5c94
child 499 da5c2e271d1a
equal deleted inserted replaced
491:c3af7854dbe8 492:b169fdb23f5f
  1392 
  1392 
  1393 !MenuEditor methodsFor:'active help'!
  1393 !MenuEditor methodsFor:'active help'!
  1394 
  1394 
  1395 defaultInfoLabel
  1395 defaultInfoLabel
  1396 
  1396 
  1397     ^(specClass ? 'No class defined') printString, '>>', self treeView selectorName
  1397     ^(specClass ? 'No class defined') printString, ' >> ', self treeView selectorName
  1398 
  1398   
  1399     "Modified: / 27.1.1998 / 09:18:51 / stefan"
       
  1400 ! !
  1399 ! !
  1401 
  1400 
  1402 !MenuEditor methodsFor:'aspects'!
  1401 !MenuEditor methodsFor:'aspects'!
  1403 
  1402 
  1404 aspectFor:aKey
  1403 aspectFor:aKey