summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cstartwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/cstartwindow.hxx')
-rw-r--r--NxWidgets/nxwm/include/cstartwindow.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/cstartwindow.hxx b/NxWidgets/nxwm/include/cstartwindow.hxx
index c47b85d83..2a1dac088 100644
--- a/NxWidgets/nxwm/include/cstartwindow.hxx
+++ b/NxWidgets/nxwm/include/cstartwindow.hxx
@@ -125,9 +125,10 @@ namespace NxWM
* setting up the start window is:
*
* 1. Call CTaskBar::openApplicationWindow to create a window for the start window,
- * 2. Call CStartMenu::addApplication numerous times to install applications
+ * 2. Use the window to instantiate CStartMenu
+ * 3. Call CStartMenu::addApplication numerous times to install applications
* in the start window.
- * 3. Call CTaskBar::startApplication (initially minimized) to start the start
+ * 4. Call CTaskBar::startApplication (initially minimized) to start the start
* window application.
*
* @param application. The new application to add to the start window