wine.inf: Move winebrowser.exe to the system directory.

Michael Moss mmoss at google.com
Fri Apr 4 16:08:41 CDT 2008


This makes the installed location match the location expected by by several
other wine.inf settings, such as 'HKCR,http\shell\open\command'.
---
 tools/wine.inf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 4d7f7b7..f3cda7b 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2212,7 +2212,6 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 10,,notepad.exe
 10,,regedit.exe
 10,,twain_32.dll
-10,,winebrowser.exe
 10,,winhelp.exe
 10,command,start.exe
 11,,actxprxy.dll
@@ -2272,6 +2271,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,urlmon.dll
 11,,user32.dll
 11,,version.dll
+11,,winebrowser.exe
 11,,wininet.dll
 11,,winmm.dll
 11,,winspool.drv
-- 
1.5.3.GIT




More information about the wine-patches mailing list