The recent addition of a stubbed out uxtheme.dll breaks a lot of apps. So lets change it to native only for the time being. (If we change it to "native, builtin" it'll still default back to uxtheme because of a probably missing uxtheme.dll)
Changelog: - Change uxtheme to "native" for the time being
--- config 2003-10-05 14:38:16.000000000 +0200 +++ wine/documentation/samples/config 2003-10-05 14:39:00.000000000 +0200 @@ -99,6 +99,7 @@ "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "msi" = "native, builtin" +"uxtheme" = "native" ; you can specify applications too ; this one will apply for all notepad.exe ;"*notepad.exe" = "native, builtin"