diff --git a/ZuneShell/Microsoft/Zune/Shell/ZuneApplication.cs b/ZuneShell/Microsoft/Zune/Shell/ZuneApplication.cs index 9ee27f0..3da23a8 100644 --- a/ZuneShell/Microsoft/Zune/Shell/ZuneApplication.cs +++ b/ZuneShell/Microsoft/Zune/Shell/ZuneApplication.cs @@ -547,8 +547,12 @@ namespace Microsoft.Zune.Shell ++num; } } + if (num > 0) + { + Debug.WriteLine(str); throw new ZuneShellException("Internal Zune Shell error", $"Scripting errors encountered (Process ID) = {Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture)}\n\n{str}"); + } } internal static bool CanAddMedia(IList filenames, MediaType mediaType, CanAddMediaArgs args) diff --git a/ZuneShell/Resources/RCDATA/STYLES.UIX b/ZuneShell/Resources/RCDATA/STYLES.UIX index 02bd02f..4eeb625 100644 Binary files a/ZuneShell/Resources/RCDATA/STYLES.UIX and b/ZuneShell/Resources/RCDATA/STYLES.UIX differ