Update ViewWindowManager.cs

This commit is contained in:
Paddy Xu
2018-01-21 16:43:16 +02:00
committed by GitHub
parent e40bac0924
commit 6d78650b12

View File

@@ -152,7 +152,7 @@ namespace QuickLook
_viewerWindow.BeginHide();
TrayIconManager.ShowNotification("Failed to preview {Path.GetFileName(path)}", $"Consider reporting this incident to QuickLooks author.", true);
TrayIconManager.ShowNotification($"Failed to preview {Path.GetFileName(path)}", "Consider reporting this incident to QuickLooks author.", true);
Debug.WriteLine(e.SourceException.ToString());