summaryrefslogtreecommitdiff
path: root/apps/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-25 11:32:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-25 11:32:23 -0600
commiteae3066e191dc1e392df5fe21e82c090c72ecedf (patch)
tree91e996226c15943f94eff008bd6f9debd7ec54f0 /apps/NxWidgets/Kconfig
parentf107733608516b43452be2a428d7da6e94fdd5a6 (diff)
downloadnuttx-eae3066e191dc1e392df5fe21e82c090c72ecedf.tar.gz
nuttx-eae3066e191dc1e392df5fe21e82c090c72ecedf.tar.bz2
nuttx-eae3066e191dc1e392df5fe21e82c090c72ecedf.zip
NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap
Diffstat (limited to 'apps/NxWidgets/Kconfig')
-rw-r--r--apps/NxWidgets/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index c36e20e24..52aa90da1 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -625,15 +625,15 @@ config NXWM_CUSTOM_STARTWINDOW_ICON
bool "Custom Start Window Icon"
default n
---help---
- Select to override the default Start Window Icon: NxWM::g_playBitmap24x24
+ Select to override the default Start Window Icon: NxWM::g_playBitmap
if NXWM_CUSTOM_STARTWINDOW_ICON
config NXWM_STARTWINDOW_ICON
string "StartWindow Icon"
- default "NxWM::g_playBitmap24x24"
+ default "NxWM::g_playBitmap"
---help---
- The glyph to use as the start window icon. Default: NxWM::g_playBitmap24x24
+ The glyph to use as the start window icon. Default: NxWM::g_playBitmap
endif # NXWM_CUSTOM_STARTWINDOW_ICON