diff --git a/mozilla/calendar/lightning/content/lightning.js b/mozilla/calendar/lightning/content/lightning.js index ce740ea57c2..3ffa1325978 100644 --- a/mozilla/calendar/lightning/content/lightning.js +++ b/mozilla/calendar/lightning/content/lightning.js @@ -99,3 +99,6 @@ pref("calendar.categories.names", ""); // Make sure mouse wheel shift and no key actions to scroll lines. pref("mousewheel.withnokey.action", 0); pref("mousewheel.withshiftkey.action", 0); + +// Set up user agent +#expand pref("general.useragent.extra.lightning","Lightning/__LIGHTNING_VERSION__");