commit
8db246d770
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