summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-02 00:10:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-02 00:10:18 +0000
commit1c9fc6cb19e21749c86389b13196075b97deab73 (patch)
tree4aacb792803b62ddde00446077daf71a0ec0c027 /NxWidgets/UnitTests
parentf1310686dead78d5bbfecba31ee10bc2ec5d3bc3 (diff)
downloadnuttx-1c9fc6cb19e21749c86389b13196075b97deab73.tar.gz
nuttx-1c9fc6cb19e21749c86389b13196075b97deab73.tar.bz2
nuttx-1c9fc6cb19e21749c86389b13196075b97deab73.zip
NxWM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4686 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/UnitTests')
-rw-r--r--NxWidgets/UnitTests/nxwm/main.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/UnitTests/nxwm/main.cxx b/NxWidgets/UnitTests/nxwm/main.cxx
index f07cdb19c..d0050b2bd 100644
--- a/NxWidgets/UnitTests/nxwm/main.cxx
+++ b/NxWidgets/UnitTests/nxwm/main.cxx
@@ -207,7 +207,7 @@ int MAIN_NAME(int argc, char *argv[])
printf(MAIN_STRING "Adding the NxConsole application to the start window\n");
if (!g_nxwmtest.startwindow->addApplication(console))
{
- printf(MAIN_STRING "ERROR: Failed to add CNxConsole to the start menu\n");
+ printf(MAIN_STRING "ERROR: Failed to add CNxConsole to the start window\n");
delete window;
}
@@ -238,7 +238,7 @@ noconsole:
printf(MAIN_STRING "Adding the calculator application to the start window\n");
if (!g_nxwmtest.startwindow->addApplication(calculator))
{
- printf(MAIN_STRING "ERROR: Failed to add calculator to the start menu\n");
+ printf(MAIN_STRING "ERROR: Failed to add calculator to the start window\n");
delete window;
}