diff --git a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki index c9bcdb1a..58b679d3 100644 --- a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki +++ b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki @@ -19,7 +19,7 @@ where s is of a separate type (e.g. separate T). In the "make" creation procedure, create an EV_APPLICATION object, using an instruction such as create my_app -with my_app of type EV_APPLICATION. +with my_app of type EV_APPLICATION. Still in "make", create all the GUI elements. They will all be in the same processor that created the EV_APPLICATION object.