Tools__ProjectBuilderAssistantApplication.st
changeset 3507 1791c691b565
parent 3485 2105ccafc068
child 3508 a526b342d12c
equal deleted inserted replaced
3506:86a5f1bf58fe 3507:1791c691b565
  2290             p terminate.
  2290             p terminate.
  2291             p waitUntilTerminated.
  2291             p waitUntilTerminated.
  2292         ].
  2292         ].
  2293         makeOutputWindow endEntry.
  2293         makeOutputWindow endEntry.
  2294         makeOutputWindow cr.
  2294         makeOutputWindow cr.
  2295         makeOutputWindow nextPutLine:('Make Cancelled' colorizeAllWith:Color white on:Color red).
  2295         makeOutputWindow nextPutLine:('Make Canceled' colorizeAllWith:Color white on:Color red).
  2296         makeOutputWindow endEntry.
  2296         makeOutputWindow endEntry.
  2297     ].
  2297     ].
  2298 
  2298 
  2299     "Modified: / 26-09-2012 / 21:01:37 / cg"
  2299     "Modified: / 28-11-2017 / 17:09:05 / cg"
  2300 !
  2300 !
  2301 
  2301 
  2302 fetchSelectedProject
  2302 fetchSelectedProject
  2303     |selectedProjectIndex|
  2303     |selectedProjectIndex|
  2304 
  2304