mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Handle executable DefaultIcon values such as %1/%L by asking the shell for an icon location and falling back to the stock application icon when SHGetFileInfo() does not provide a file/index location. Add a base test covering the .exe icon location path. Fixes #21794. Closes #26673.