Mike Serfass
July 15th, 2024, 23:54
This is a tiny bug I found in the SWADE ruleset and is very easy to fix.
The string constant item_grouped_label_name is referenced by some list views but is not declared in SWADE strings_campaign.xml.
This causes those lists to not display the Name column header label.
That string constant is used by the window labels of the ranged weapon list, vehicular weapon list, modifications group by list, and the cyberware group by list.
I suspect those list views should have the column sHeadingRes changed to item_label_name, like the other list views, rather than adding the missing (probably intentionally dropped) constant to strings_campaign.xml.
Thanks!
The string constant item_grouped_label_name is referenced by some list views but is not declared in SWADE strings_campaign.xml.
This causes those lists to not display the Name column header label.
That string constant is used by the window labels of the ranged weapon list, vehicular weapon list, modifications group by list, and the cyberware group by list.
I suspect those list views should have the column sHeadingRes changed to item_label_name, like the other list views, rather than adding the missing (probably intentionally dropped) constant to strings_campaign.xml.
Thanks!