Fix typo
This commit is contained in:
parent
3b33e84f42
commit
6e6a8ebd6a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ foreach ($association in $defaultAssociations.SelectNodes("/DefaultAssociations/
|
||||||
$className = "FirefoxURL";
|
$className = "FirefoxURL";
|
||||||
}
|
}
|
||||||
|
|
||||||
$association.ProgId = "$className-308046B0AF4A39CB"
|
$association.ProgId = "$className-308046B0AF4A39CB";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue