From eae3066e191dc1e392df5fe21e82c090c72ecedf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 25 Jul 2014 11:32:23 -0600 Subject: NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap --- NxWidgets/Kconfig | 6 +++--- apps/NxWidgets/Kconfig | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig index c36e20e24..52aa90da1 100644 --- a/NxWidgets/Kconfig +++ b/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 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 -- cgit v1.2.3