mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
1852c085e8
commit
5957711edd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue