From 14a05356b92acb83b2390671da9e824435aa19bc Mon Sep 17 00:00:00 2001 From: Emma Tresanszki Date: Wed, 5 Sep 2012 16:55:45 +0300 Subject: [PATCH] MOSYNC 2269 - small modification --- testPrograms/notification/PushNotificationReceiver/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testPrograms/notification/PushNotificationReceiver/Config.h b/testPrograms/notification/PushNotificationReceiver/Config.h index bd042cf03..7c70309e1 100644 --- a/testPrograms/notification/PushNotificationReceiver/Config.h +++ b/testPrograms/notification/PushNotificationReceiver/Config.h @@ -11,7 +11,7 @@ #ifndef CONFIG_H_ #define CONFIG_H_ -#define GCM_PROJECT_ID "231523521163"//"YourProjectIdHere" +#define GCM_PROJECT_ID "YourProjectIdHere" #endif /* CONFIG_H_ */