NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_playBitmap
This commit is contained in:
parent
12ab18cddc
commit
071f6cb424
@ -625,15 +625,15 @@ config NXWM_CUSTOM_STARTWINDOW_ICON
|
|||||||
bool "Custom Start Window Icon"
|
bool "Custom Start Window Icon"
|
||||||
default n
|
default n
|
||||||
---help---
|
---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
|
if NXWM_CUSTOM_STARTWINDOW_ICON
|
||||||
|
|
||||||
config NXWM_STARTWINDOW_ICON
|
config NXWM_STARTWINDOW_ICON
|
||||||
string "StartWindow Icon"
|
string "StartWindow Icon"
|
||||||
default "NxWM::g_playBitmap24x24"
|
default "NxWM::g_playBitmap"
|
||||||
---help---
|
---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
|
endif # NXWM_CUSTOM_STARTWINDOW_ICON
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user