diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-25 21:00:49 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-25 21:00:49 -0600 |
commit | ccf8413c0b9397a1c14a7bd53fe196fb617ae0de (patch) | |
tree | 11ecc59e2bb200a8614106c6b3b3ebde2c062a5d /main/firefox/firefox-agent.patch | |
parent | dcc39ed47e2a83ae916eaa5f9c374c99a11b5d2a (diff) | |
download | aports-ccf8413c0b9397a1c14a7bd53fe196fb617ae0de.tar.bz2 aports-ccf8413c0b9397a1c14a7bd53fe196fb617ae0de.tar.xz |
testing/firefox: promote to main
Diffstat (limited to 'main/firefox/firefox-agent.patch')
-rw-r--r-- | main/firefox/firefox-agent.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/firefox/firefox-agent.patch b/main/firefox/firefox-agent.patch new file mode 100644 index 000000000..299f327e2 --- /dev/null +++ b/main/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 |