summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-09-30 11:36:20 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-09-30 11:36:20 +0000
commit27199b59593eb93144e697344ab91b23f5c86630 (patch)
tree6eb20247b3fde0b8d32e2d01b2358f75b4eea0f5 /plugins
parentdb45e161d7190aa8dc7a4e9735b489d9443480b5 (diff)
Toaster: fix for win8
git-svn-id: http://svn.miranda-ng.org/main/trunk@15479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Toaster/src/toast_notification.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Toaster/src/toast_notification.cpp b/plugins/Toaster/src/toast_notification.cpp
index 1db63634ec..bc9f6a7b98 100644
--- a/plugins/Toaster/src/toast_notification.cpp
+++ b/plugins/Toaster/src/toast_notification.cpp
@@ -23,7 +23,6 @@ HRESULT ToastNotification::CreateXml(_Outptr_ ABI::Windows::Data::Xml::Dom::IXml
CHECKHR(Windows::Foundation::ActivateInstance(StringReferenceWrapper(RuntimeClass_Windows_Data_Xml_Dom_XmlDocument).Get(), &xmlDocument));
HXML xmlToast = xmlCreateNode(L"toast", NULL, 0);
- xmlAddAttr(xmlToast, L"activationType", L"foreground");
HXML xmlAudioNode = xmlAddChild(xmlToast, L"audio", NULL);
xmlAddAttr(xmlAudioNode, L"silent", L"true");