From 571b595571401ee9c1c694445e572bc05c5311d5 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 16 Nov 2015 07:41:37 -0800 Subject: [PATCH] Fix Tag Typo We should probably have tests for Windows notifications ;-) --- brightray/browser/win/windows_toast_notification.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/browser/win/windows_toast_notification.cc b/brightray/browser/win/windows_toast_notification.cc index b3701dedbdf4..ec2d85f31c07 100644 --- a/brightray/browser/win/windows_toast_notification.cc +++ b/brightray/browser/win/windows_toast_notification.cc @@ -157,7 +157,7 @@ bool WindowsToastNotification::SetXmlText( bool WindowsToastNotification::SetXmlImage( IXmlDocument* doc, std::string icon_path) { - ScopedHString tag(L"imag"); + ScopedHString tag(L"image"); if (!tag.success()) return false;