Author: amunjal
Date: Mon May 23 16:44:17 2016
New Revision: 39800

URL: http://svn.gna.org/viewcvs/gnustep?rev=39800&view=rev
Log:
fix for app ID on windows ToastNotifications

Modified:
    
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/ToastNotifications/ToastNotifications/ToastNotifications.h

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/ToastNotifications/ToastNotifications/ToastNotifications.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/ToastNotifications/ToastNotifications/ToastNotifications.h?rev=39800&r1=39799&r2=39800&view=diff
==============================================================================
--- 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/ToastNotifications/ToastNotifications/ToastNotifications.h
  (original)
+++ 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/ToastNotifications/ToastNotifications/ToastNotifications.h
  Mon May 23 16:44:17 2016
@@ -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";
 
 
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to