Skip to content
Snippets Groups Projects
Commit 071f6cb4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap

parent 12ab18cd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment