
The correct icon is showing up, though, in the status bar and info panel (this is also what shows up in Windows Explorer):



Ah, another case of an extension with potentially specific icons, thanks.JustinF wrote:It appears that the wrong icon is showing up in the file listing for .sln files (MS Visual Studio solutions). Here is what's showing up in the list view:
The correct icon is showing up, though, in the status bar and info panel (this is also what shows up in Windows Explorer):
So you have to make special cases for some file types? If so, bad MS, bad.admin wrote:Ah, another case of an extension with potentially specific icons, thanks.
You might see it the other way round: the MS OS allows files to have specific icons (per-file, not just per file-type), but of course retrieving them costs time (the file has to be opened). Therefore the OS allows you to retrieve only the generic icon for those files if time is more important to you than icons.JustinF wrote:So you have to make special cases for some file types? If so, bad MS, bad.admin wrote:Ah, another case of an extension with potentially specific icons, thanks.