summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-12 16:36:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-12 16:36:24 -0600
commit9b5df1889c71225452b777b7c257a4559bd15b06 (patch)
tree86ef9c5d03403f7ee685f0bcfa0962f1a11aadb5 /NxWidgets/nxwm/include
parent0f3e3ce35e86447d925984eda1d20d15fb46590c (diff)
downloadnuttx-9b5df1889c71225452b777b7c257a4559bd15b06.tar.gz
nuttx-9b5df1889c71225452b777b7c257a4559bd15b06.tar.bz2
nuttx-9b5df1889c71225452b777b7c257a4559bd15b06.zip
NxWidgets: Fix repeated misspelling of Definitions
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx2
-rw-r--r--NxWidgets/nxwm/include/nxwmglyphs.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index e1feedcf0..b6c4d6da4 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -313,7 +313,7 @@
*/
#ifndef CONFIG_NXWM_STARTWINDOW_ICON
-# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap24x24
+# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap
#endif
/**
diff --git a/NxWidgets/nxwm/include/nxwmglyphs.hxx b/NxWidgets/nxwm/include/nxwmglyphs.hxx
index 523130349..0e8e9545b 100644
--- a/NxWidgets/nxwm/include/nxwmglyphs.hxx
+++ b/NxWidgets/nxwm/include/nxwmglyphs.hxx
@@ -70,7 +70,7 @@ namespace NxWM
#endif
extern const struct NXWidgets::SRlePaletteBitmap g_minimizeBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_nshBitmap;
- extern const struct NXWidgets::SRlePaletteBitmap g_playBitmap24x24;
+ extern const struct NXWidgets::SRlePaletteBitmap g_playBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_startBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_stopBitmap;
}