Fix bug 407745 - Add lightning version in user-agent string. r=dbo

git-svn-id: svn://10.0.0.236/trunk@240834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%kewis.ch 2007-12-11 14:01:50 +00:00
parent ec6667141d
commit 5dc9f2eada

View File

@ -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__");