From 25ee509101e66bd82e398098d3610cd8dcdcd891 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Mon, 28 Apr 2003 21:21:03 +0000 Subject: [PATCH] Fix bug 198739: change Camino user-agent string to say 'Camino' rather than 'Chimera'. r=pink, sr=me. git-svn-id: svn://10.0.0.236/trunk@141911 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/camino/resources/application/all-chimera.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/camino/resources/application/all-chimera.js b/mozilla/camino/resources/application/all-chimera.js index c7ee103b029..657cb14fd6f 100644 --- a/mozilla/camino/resources/application/all-chimera.js +++ b/mozilla/camino/resources/application/all-chimera.js @@ -36,7 +36,7 @@ * * ***** END LICENSE BLOCK ***** */ -// This file contains Chimera-specific default preferences. +// This file contains Camino-specific default preferences. // What to load in a new tab: 0 = blank, 1 = homepage, 2 = last page pref("browser.tabs.startPage", 0); @@ -61,8 +61,8 @@ pref("chimera.keychain_passwords_autofill", true); pref("chimera.enable_plugins", true); pref("chimera.log_js_to_console", true); -// Identify Chimera in the UA string -pref("general.useragent.vendor", "Chimera"); +// Identify Camino in the UA string +pref("general.useragent.vendor", "Camino"); pref("general.useragent.vendorSub", "0.7+"); pref("network.dir.generate_html", true);