aboutsummaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-08 15:07:53 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-08 15:07:53 +0000
commit7cc9218389c6b2b214759675418629510c1544a9 (patch)
treec9f6aaf1d3d53d3900c3199488ea02c20e270173 /NxWidgets
parent58688272d3010ac12cdd8c90f96cdd2dd0c2c37a (diff)
downloadpx4-firmware-7cc9218389c6b2b214759675418629510c1544a9.tar.gz
px4-firmware-7cc9218389c6b2b214759675418629510c1544a9.tar.bz2
px4-firmware-7cc9218389c6b2b214759675418629510c1544a9.zip
Integrate the STMPE11 driver into the STM3240G-EVAL board logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4714 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/libnxwidgets/src/cnxwidget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/src/cnxwidget.cxx b/NxWidgets/libnxwidgets/src/cnxwidget.cxx
index f8eb1efa7..4d8a97627 100644
--- a/NxWidgets/libnxwidgets/src/cnxwidget.cxx
+++ b/NxWidgets/libnxwidgets/src/cnxwidget.cxx
@@ -1492,8 +1492,8 @@ void CNxWidget::drawChildren(void)
}
/**
- * Erase and remove the supplied child widget from this widget and
- * send it to the deletion queue.
+ * Remove the supplied child widget from this widget and send it to
+ * the deletion queue.
*
* @param widget The widget to close.
* @see close().