Rob Shearman : shdocvw: Fix quoting of double-quote in shdocvw.inf.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 06:50:55 CST 2008


Module: wine
Branch: master
Commit: 23c896abd7295d61b95ce5c214fca1d65b223159
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=23c896abd7295d61b95ce5c214fca1d65b223159

Author: Rob Shearman <rob at codeweavers.com>
Date:   Fri Feb 22 19:18:02 2008 +0000

shdocvw: Fix quoting of double-quote in shdocvw.inf.

---

 dlls/shdocvw/shdocvw.inf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf
index 7ed20d8..ed7b39e 100644
--- a/dlls/shdocvw/shdocvw.inf
+++ b/dlls/shdocvw/shdocvw.inf
@@ -120,8 +120,8 @@ HKCR,"InternetShortcut","NeverShowExt",,
 HKCR,"InternetShortcut\CLSID",,,"%CLSID_InteretShortcut%"
 HKCR,"InternetShortcut\DefaultIcon",,,"url.dll,0"
 HKCR,"InternetShortcut\shell\open\command",,,"rundll32.exe shdocvw.dll,OpenURL %l"
-HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML \"%1\""
-HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\""
+HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"""
+HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"" ""%2"" ""%3"" ""%4"""
 
 
 [Settings.Reg]




More information about the wine-cvs mailing list