Go FolderContent fumbles with two files with the same name

Greetings Gurus.
I have a toolbar button with the command go "coll://Executables" FOLDERCONTENT
Inside the collection are two versions of Visual Studio (10 and 16)
Both are rendered with the same icon in the Button Dropdown and both launch version 10.
Navigating to the collection itself I see the different icons and they launch the right versions as expected.
image

image

<?xml version="1.0"?>
<button 3dborders="no" backcol="none" display="icon" min_width="yes" popout="bottom" textcol="none" type="menu">
	<label>Executables</label>
	<icon1>#Zion 24 Color:TmeedEl 24 Color 304.png</icon1>
	<icon2>#Zion 24 Color:TmeedEl 24 Color 305.png</icon2>
	<function type="normal">
		<instruction>@runmode:hide</instruction>
	</function>
	<button backcol="#ffff00" display="both" separate="yes" textcol="#000000">
		<label>Executables</label>
		<tip>Executables</tip>
		<icon1>#Zion 24 Color:TmeedEl 24 Color 304.png</icon1>
		<function type="normal">
			<instruction>go &quot;coll://Executables&quot; </instruction>
		</function>
	</button>
	<button always_enable="yes" backcol="#000000" display="both" separate="yes" textcol="#ffff00" type="menu_button">
		<label>Executables</label>
		<tip>Executables</tip>
		<icon1>#Zion 24 Color:TmeedEl 24 Color 304.png</icon1>
		<function type="normal">
			<instruction>go &quot;coll://Executables&quot;  FOLDERCONTENT </instruction>
		</function>
	</button>
</button>

Thanks for reporting this! It has been fixed for the next beta.