Fix Tag Typo

We should probably have tests for Windows notifications ;-)
This commit is contained in:
Felix Rieseberg 2015-11-16 07:41:37 -08:00
parent 8ff0b050f8
commit 571b595571

View file

@ -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;