AbstractLauncherApplication.st
changeset 3362 e02cc20dd18f
parent 3326 d6713cc88cde
child 3369 ac3ce702451c
equal deleted inserted replaced
3361:c00784f555a3 3362:e02cc20dd18f
  1201             ]
  1201             ]
  1202         ].
  1202         ].
  1203         box open.
  1203         box open.
  1204         box destroy
  1204         box destroy
  1205     ]
  1205     ]
       
  1206 !
       
  1207 
       
  1208 startChangeSetBrowser
       
  1209     "open a change Set Browser"
       
  1210 
       
  1211     ChangeSetBrowser open
       
  1212 
       
  1213     "Created: / 5.11.2001 / 18:04:05 / cg"
  1206 !
  1214 !
  1207 
  1215 
  1208 startChangesBrowser
  1216 startChangesBrowser
  1209     "open a changebrowser - either new or old GUI, depending on userPrefs"
  1217     "open a changebrowser - either new or old GUI, depending on userPrefs"
  1210 
  1218 
  6296 ! !
  6304 ! !
  6297 
  6305 
  6298 !AbstractLauncherApplication class methodsFor:'documentation'!
  6306 !AbstractLauncherApplication class methodsFor:'documentation'!
  6299 
  6307 
  6300 version
  6308 version
  6301     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.171 2001-10-18 15:11:58 james Exp $'
  6309     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.172 2001-11-05 17:56:59 cg Exp $'
  6302 ! !
  6310 ! !