--- a/Preferences/__init__.py Fri Jun 03 13:01:16 2011 +0200 +++ b/Preferences/__init__.py Sat Jun 04 11:53:15 2011 +0200 @@ -633,6 +633,7 @@ "VirusTotalEnabled": False, "VirusTotalServiceKey": "", "VirusTotalSecure": False, + "SearchLanguage": QtCore.QLocale().language(), } websettings = QWebSettings.globalSettings() @@ -1931,7 +1932,8 @@ elif key in ["HelpViewerType", "DiskCacheSize", "AcceptCookies", "KeepCookiesUntil", "StartupBehavior", "HistoryLimit", "OfflineStorageDatabaseQuota", "OfflineWebApplicationCacheQuota", - "CachePolicy", "DownloadManagerRemovePolicy"]: + "CachePolicy", "DownloadManagerRemovePolicy", + "SearchLanguage"]: return int(prefClass.settings.value("Help/" + key, prefClass.helpDefaults[key])) elif key in ["SingleHelpWindow", "SaveGeometry", "WebSearchSuggestions",