Erik Inge Bolsø : wine.inf: Fix NT4 SP6a registry key.
Module: wine Branch: master Commit: 2832eab22746d828e628829532b825140faf5cb2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2832eab22746d828e628829532... Author: Erik Inge Bolsø <knan-wine(a)anduin.net> Date: Fri Oct 23 01:30:48 2009 +0200 wine.inf: Fix NT4 SP6a registry key. --- tools/wine.inf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 6e2df39..ceccec5 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -408,7 +408,7 @@ HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"" HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%" HKLM,%CurrentVersionNT%\Fonts,,,"" -HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1" +HKLM,%CurrentVersionNT%\Hotfix\Q246009,"Installed",,"1" [Debugger] HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
participants (1)
-
Alexandre Julliard