summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cnxtaskbar.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-29 16:57:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-29 16:57:06 +0000
commit437983c8ea7bf69d7cdbc6d9f9df834f73a61520 (patch)
treee0c279b884107cb373f743b8ae7752b8c7abe6ca /NxWidgets/nxwm/include/cnxtaskbar.hxx
parent530e4e8173cbbdc299b7244ef5ba839f17b49556 (diff)
downloadnuttx-437983c8ea7bf69d7cdbc6d9f9df834f73a61520.tar.gz
nuttx-437983c8ea7bf69d7cdbc6d9f9df834f73a61520.tar.bz2
nuttx-437983c8ea7bf69d7cdbc6d9f9df834f73a61520.zip
more NxWM stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4672 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/cnxtaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/cnxtaskbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/include/cnxtaskbar.hxx b/NxWidgets/nxwm/include/cnxtaskbar.hxx
index 606514bb0..5f1a81527 100644
--- a/NxWidgets/nxwm/include/cnxtaskbar.hxx
+++ b/NxWidgets/nxwm/include/cnxtaskbar.hxx
@@ -63,7 +63,7 @@ namespace NxWM
class CNxTaskBar : public NxWidgets::CNxServer
{
private:
- NxWidgets:INxWindow *m_toolbar; /**< The toolbar window */
+ NxWidgets:INxWindow *m_taskbar; /**< The toolbar window */
NxWidgets:INxWindow *m_background; /**< The background window */
INxApplication *m_start; /**< The start window */