On 13.02.2008 10:15, Reece Dunn wrote: > * Pre-populate the Theme list with themes in > WINDOWS/Resources/Themes and with other *.theme files added by the > user.
I dimly recall this is already the case. winecfg lets uxtheme enum installed themes, which in turn should look into said directory. > * Rename "Install theme..." to "Add...". > > The rationale is that we are not installing a theme, but setting > it as the theme being used. Having the theme appear in the Themes list > in the future further supports this name change and workflow. Well but it really installs. It copies the selected file to Themes dir. See on_theme_install() in winecfg. -f.r.