Files
wxWidgets/tests/misc
RichardandVadim Zeitlin 06fee4f067 Return generic icon location for .exe file types in wxMSW
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.
2026-07-22 00:10:18 +02:00
..