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

git-svn-id: svn://10.0.0.236/trunk@188229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
masayuki%d-toybox.com 2006-01-26 15:52:35 +00:00
parent 3168fe7d0e
commit e097af5559

View File

@ -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");