Fix Tag Typo
We should probably have tests for Windows notifications ;-)
This commit is contained in:
parent
8ff0b050f8
commit
571b595571
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ bool WindowsToastNotification::SetXmlText(
|
||||||
|
|
||||||
bool WindowsToastNotification::SetXmlImage(
|
bool WindowsToastNotification::SetXmlImage(
|
||||||
IXmlDocument* doc, std::string icon_path) {
|
IXmlDocument* doc, std::string icon_path) {
|
||||||
ScopedHString tag(L"imag");
|
ScopedHString tag(L"image");
|
||||||
if (!tag.success())
|
if (!tag.success())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue