When setting the music different views in configuration.exe we cannot select the "Albums" view since it doesn't appear as a choice in the combobox.
here is the fix :
In MusicViews.cs (Configuration/Sections)
private string[] viewsAs = new string[]
{
"List",
"Icons",
"Big Icons",
"Filmstrip",
"Albums" //add Albums
};
btw thanks goes to Bavarian who fixed :
On 13/05/2006 [01:00:46] _Bavarian added the following change:
fixing View option "List" appear twice.
Just a remark he added "Big Icons List" which correspond to the "Albums" view. I think this can be a bit confusing.
here is the fix :
In MusicViews.cs (Configuration/Sections)
private string[] viewsAs = new string[]
{
"List",
"Icons",
"Big Icons",
"Filmstrip",
"Albums" //add Albums
};
btw thanks goes to Bavarian who fixed :
On 13/05/2006 [01:00:46] _Bavarian added the following change:
fixing View option "List" appear twice.
Just a remark he added "Big Icons List" which correspond to the "Albums" view. I think this can be a bit confusing.
Switzerland