Set promo end date to a real date [r=mfinkle-cant-read-calendars]

This commit is contained in:
Mark Finkle 2011-02-28 12:28:37 -05:00
parent 51e35d43ec
commit 1ddc45a366

View File

@ -454,7 +454,7 @@ pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/mobile/faq/");
pref("app.promo.spark.baseURL", "http://spark.mozilla.org");
#ifdef MOZ_OFFICIAL_BRANDING
pref("app.promo.spark.endDate", "2011-04-31");
pref("app.promo.spark.endDate", "2011-05-01");
#else
pref("app.promo.spark.endDate", "2011-01-01");
#endif