diff --git a/Kconfig b/Kconfig index c36e20e24..52aa90da1 100644 --- a/Kconfig +++ b/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