diff --git a/brightray/browser/win/windows_toast_notification.cc b/brightray/browser/win/windows_toast_notification.cc index b3701dedbd..ec2d85f31c 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;