diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-22 00:42:51 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-22 00:42:51 -0600 |
commit | 0e7ddfe93a5f7fe6943b9511c7b0a7976ffc699b (patch) | |
tree | 8bbcc9d33d73edd87a84a4509e0370c5b5a1d0b3 /testing/firefox/firefox-agent.patch | |
parent | 953e2f632c4193af9350100a0b2640320a20d2ff (diff) | |
download | aports-0e7ddfe93a5f7fe6943b9511c7b0a7976ffc699b.tar.bz2 aports-0e7ddfe93a5f7fe6943b9511c7b0a7976ffc699b.tar.xz |
testing/firefox: new aport
Diffstat (limited to 'testing/firefox/firefox-agent.patch')
-rw-r--r-- | testing/firefox/firefox-agent.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/firefox/firefox-agent.patch b/testing/firefox/firefox-agent.patch new file mode 100644 index 0000000000..299f327e24 --- /dev/null +++ b/testing/firefox/firefox-agent.patch @@ -0,0 +1,12 @@ +diff -Nur mozilla-1.9.2.orig/browser/app/profile/firefox.js mozilla-1.9.2/browser/app/profile/firefox.js +--- mozilla-1.9.2.orig/browser/app/profile/firefox.js 2010-04-14 01:21:35.000000000 +0300 ++++ mozilla-1.9.2/browser/app/profile/firefox.js 2010-04-21 00:16:59.673528609 +0300 +@@ -183,7 +183,7 @@ + + pref("general.useragent.locale", "@AB_CD@"); + pref("general.skins.selectedSkin", "classic/1.0"); +-pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); ++pref("general.useragent.extra.firefox", "Firefox/@APP_VERSION@"); + + pref("general.smoothScroll", false); + #ifdef UNIX_BUT_NOT_MAC |