Alexandre Julliard : shdocvw: Fixed typo in CLSID_InternetShortcut.
Module: wine Branch: master Commit: 876257a6dc410c23784e55c75b180ba7547e3581 URL: http://source.winehq.org/git/wine.git/?a=commit;h=876257a6dc410c23784e55c75b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 14 13:57:53 2008 +0200 shdocvw: Fixed typo in CLSID_InternetShortcut. --- dlls/shdocvw/shdocvw.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index 5bc37d8..b765e24 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -120,7 +120,7 @@ HKCR,"InternetShortcut",,,"Internet Shortcut" HKCR,"InternetShortcut","EditFlags",2,"2" HKCR,"InternetShortcut","IsShortcut",, HKCR,"InternetShortcut","NeverShowExt",, -HKCR,"InternetShortcut\CLSID",,,"%CLSID_InteretShortcut%" +HKCR,"InternetShortcut\CLSID",,,"%CLSID_InternetShortcut%" 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"""
participants (1)
-
Alexandre Julliard