summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/clistbox.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-16 14:11:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-16 14:11:02 -0600
commitc5116b28c46d674541d14e1504e866c68e63bc7e (patch)
tree30a422ccab7f24ab7e05fe050fc270d5258c3c39 /NxWidgets/libnxwidgets/include/clistbox.hxx
parent4bfc8992891da3a70f7b39924d6db7dec0ca32a0 (diff)
downloadnuttx-c5116b28c46d674541d14e1504e866c68e63bc7e.tar.gz
nuttx-c5116b28c46d674541d14e1504e866c68e63bc7e.tar.bz2
nuttx-c5116b28c46d674541d14e1504e866c68e63bc7e.zip
NxWM::CMediaPlayer: Convert CLabel to a CListBox
Diffstat (limited to 'NxWidgets/libnxwidgets/include/clistbox.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/clistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/include/clistbox.hxx b/NxWidgets/libnxwidgets/include/clistbox.hxx
index d4861af8c..07a6296e8 100644
--- a/NxWidgets/libnxwidgets/include/clistbox.hxx
+++ b/NxWidgets/libnxwidgets/include/clistbox.hxx
@@ -259,7 +259,7 @@ namespace NXWidgets
virtual void selectOption(const int index);
/**
- * Select an option by its index.
+ * De-select an option by its index.
* Redraws the widget and raises a value changed event.
*
* @param index The index of the option to select.