Windows RC file missing second icon

Currently the introjucer creates an RC file with:

IDI_ICON1 ICON DISCARDABLE "icon.ico"

But this should be:

IDI_ICON1 ICON DISCARDABLE "icon.ico"
IDI_ICON2 ICON DISCARDABLE "icon.ico"

That way -if you use a native titlebar- the Introjucer-made icon.ico will show up as the titlebar icon too as well as the task bar and alt-tab.

  • Bram

Ah, I didn’t know that. Thanks!