Francois Gouget : wine.inf: Let winebrowser handle the ftp URLs.

Alexandre Julliard julliard at winehq.org
Tue Oct 5 14:41:44 CDT 2010


Module: wine
Branch: stable
Commit: 8984522516a3ec68e6f0aa426810792485fe3e42
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8984522516a3ec68e6f0aa426810792485fe3e42

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jul 28 09:46:13 2010 +0200

wine.inf: Let winebrowser handle the ftp URLs.
(cherry picked from commit 0c7ead578ecd264e2559b5e6ecf964249122b71b)

---

 tools/wine.inf.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 63a78d2..9b90035 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -206,6 +206,11 @@ HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
 HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
 HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
 HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
+HKCR,ftp\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
+HKCR,ftp\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
+HKCR,ftp\shell\open\ddeexec,"NoActivateHandler",2,""
+HKCR,ftp\shell\open\ddeexec\Application,,2,"IExplore"
+HKCR,ftp\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
 HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
 HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
 HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""




More information about the wine-cvs mailing list