AbstractLauncherApplication.st
changeset 7945 50d6071ecb8d
parent 7929 04fe3c979a94
child 7977 c58175dd1ceb
equal deleted inserted replaced
7944:3d185d0ca8e9 7945:50d6071ecb8d
  1426 
  1426 
  1427 !
  1427 !
  1428 
  1428 
  1429 objectModuleDialog
  1429 objectModuleDialog
  1430     "opens a moduleInfo dialog"
  1430     "opens a moduleInfo dialog"
       
  1431 
       
  1432     Tools::ObjectModuleInformation notNil ifTrue:[
       
  1433         self openApplication:#'Tools::ObjectModuleInformation'.
       
  1434         ^ self.
       
  1435     ].
  1431 
  1436 
  1432     ^ LauncherDialogs objectModuleDialog
  1437     ^ LauncherDialogs objectModuleDialog
  1433 
  1438 
  1434     "Modified: / 31.7.1998 / 17:33:24 / cg"
  1439     "Modified: / 31.7.1998 / 17:33:24 / cg"
  1435 !
  1440 !
  6562 ! !
  6567 ! !
  6563 
  6568 
  6564 !AbstractLauncherApplication class methodsFor:'documentation'!
  6569 !AbstractLauncherApplication class methodsFor:'documentation'!
  6565 
  6570 
  6566 version
  6571 version
  6567     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.351 2008-01-23 10:45:54 stefan Exp $'
  6572     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.352 2008-01-25 10:42:09 cg Exp $'
  6568 ! !
  6573 ! !