microsoft / winfile

Original Windows File Manager (winfile) with enhancements
MIT License
6.75k stars 698 forks source link

VerifyResources support for pop up menus #418

Closed malxau-msft closed 4 months ago

malxau-msft commented 4 months ago

Popup menu resources do not contain an ID. The immediate next word after the flags is the first character of the string. This causes all languages to fail to verify the "Start" menu because they're effectively comparing for the first string character and failing.

This isn't the first time to find this type of issue in VerifyResources; I wish the resource format was documented better.