summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-17 15:19:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-17 15:19:26 -0600
commitf92f9d7fec30cd8ea592df33c7126b9531eca834 (patch)
treeca3f2654baa306ea69e100f8a24ed1edeac91f45 /NxWidgets/Kconfig
parent3585cc73d6f645bbf052e7411d52097f5b5b338a (diff)
downloadnuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.tar.gz
nuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.tar.bz2
nuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.zip
Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index 7c7b0b8d4..ef512a5e5 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -567,15 +567,15 @@ config NXWM_CUSTOM_STARTWINDOW_ICON
bool "Custom Start Window Icon"
default n
---help---
- Select to override the default Start Window Icon: NxWM::g_playBitmap
+ Select to override the default Start Window Icon: NxWM::g_playBitmap24x24
if NXWM_CUSTOM_STARTWINDOW_ICON
config NXWM_STARTWINDOW_ICON
string "StartWindow Icon"
- default "NxWM::g_playBitmap"
+ default "NxWM::g_playBitmap24x24"
---help---
- The glyph to use as the start window icon. Default: NxWM::g_playBitmap
+ The glyph to use as the start window icon. Default: NxWM::g_playBitmap24x24
endif # NXWM_CUSTOM_STARTWINDOW_ICON