From f92f9d7fec30cd8ea592df33c7126b9531eca834 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Oct 2013 15:19:26 -0600 Subject: Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm --- NxWidgets/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NxWidgets/Kconfig') 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 -- cgit v1.2.3