fix for app ID on windows ToastNotifications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39800 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Aarti Munjal 2016-05-23 14:44:17 +00:00
parent 1852c085e8
commit 5957711edd

View file

@ -9,7 +9,7 @@
#include "resource.h" // main symbols
const wchar_t AppId[] = L"Microsoft.Samples.DesktopToasts";
const wchar_t AppId[] = L"Testplant.Eggplant.Notifications";