Bug 316634 The Proxy setting of IE is not migrated. patch by Hiro <crot0@infoseek.jp> r=jshin, sr=darin

This commit is contained in:
masayuki%d-toybox.com 2006-01-26 15:52:35 +00:00
Родитель 4945dc27c2
Коммит 2dd4c0a7d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1869,7 +1869,7 @@ struct ProxyData {
nsresult
nsIEProfileMigrator::CopyProxyPreferences(nsIPrefBranch* aPrefs)
{
nsCOMPtr<nsIWindowsRegKey> regKey;
nsCOMPtr<nsIWindowsRegKey> regKey =
do_CreateInstance("@mozilla.org/windows-registry-key;1");
NS_NAMED_LITERAL_STRING(key,
"Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings");