Module: wine Branch: master Commit: 164f40a00becb4caa16ed9c4eaa689e21ede454b URL: http://source.winehq.org/git/wine.git/?a=commit;h=164f40a00becb4caa16ed9c4ea...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 4 23:46:07 2011 +0200
mshtml: Remove an extra quote in the pngfile registration.
---
dlls/mshtml/mshtml.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf index 279b16c..8186c2d 100644 --- a/dlls/mshtml/mshtml.inf +++ b/dlls/mshtml/mshtml.inf @@ -233,7 +233,7 @@ HKCR,".png",,2,"pngfile" HKCR,".png","Content Type",,"image/png" HKCR,"pngfile",,,"PNG Image" HKCR,"pngfile\CLSID",,,"%CLSID_HTMLDocument%" -HKCR,"pngfile\shell\open\command",,,"""%16422%\Internet Explorer\iexplore.exe""" -nohome" +HKCR,"pngfile\shell\open\command",,,"""%16422%\Internet Explorer\iexplore.exe"" -nohome" HKCR,"pngfile\shell\open\ddeexec",,,"""file:%%1"",,-1,,,,," HKCR,"pngfile\shell\open\ddeexec\Application",,,"IExplore" HKCR,"pngfile\shell\open\ddeexec\Topic",,,"WWW_OpenURL"