GNOME Bugzilla – Bug 144909
default keyword search URL isn't localised
Last modified: 2004-12-22 21:47:04 UTC
While the default google smart-bookmark is localisable, the default keyword search URL is not localisable, in data/default-prefs.js: // use google for keywords pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=");
I've found no way to make our default-prefs.js localisable; the only way would be to set this pref programmatically again from mozilla-embed-single, but then the user couldn't overwrite it. That's how we had it for 1.0.x.
I'm now setting the pref from code again, but _before_ reading the user pref file, so the user can still overwrite it.