Tools__ProjectBuilderAssistantApplication.st
changeset 3508 a526b342d12c
parent 3507 1791c691b565
child 3520 b139ae538098
equal deleted inserted replaced
3507:1791c691b565 3508:a526b342d12c
  2294         makeOutputWindow cr.
  2294         makeOutputWindow cr.
  2295         makeOutputWindow nextPutLine:('Make Canceled' 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: / 28-11-2017 / 17:09:05 / cg"
  2299     "Modified: / 28-11-2017 / 17:10:15 / cg"
  2300 !
  2300 !
  2301 
  2301 
  2302 fetchSelectedProject
  2302 fetchSelectedProject
  2303     |selectedProjectIndex|
  2303     |selectedProjectIndex|
  2304 
  2304