Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
909744a2
Commit
909744a2
authored
Nov 17, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Set default home and search page.
parent
b992b575
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
hlink.c
dlls/hlink/tests/hlink.c
+0
-4
shdocvw.inf
dlls/shdocvw/shdocvw.inf
+9
-3
No files found.
dlls/hlink/tests/hlink.c
View file @
909744a2
...
...
@@ -322,16 +322,12 @@ static void test_special_reference(void)
HRESULT
hres
;
hres
=
HlinkGetSpecialReference
(
HLSR_HOME
,
&
ref
);
todo_wine
ok
(
hres
==
S_OK
,
"HlinkGetSpecialReference(HLSR_HOME) failed: %08x
\n
"
,
hres
);
todo_wine
ok
(
ref
!=
NULL
,
"ref == NULL
\n
"
);
CoTaskMemFree
(
ref
);
hres
=
HlinkGetSpecialReference
(
HLSR_SEARCHPAGE
,
&
ref
);
todo_wine
ok
(
hres
==
S_OK
,
"HlinkGetSpecialReference(HLSR_SEARCHPAGE) failed: %08x
\n
"
,
hres
);
todo_wine
ok
(
ref
!=
NULL
,
"ref == NULL
\n
"
);
CoTaskMemFree
(
ref
);
...
...
dlls/shdocvw/shdocvw.inf
View file @
909744a2
...
...
@@ -3,11 +3,11 @@ Signature="$CHICAGO$"
[RegisterDll]
AddReg=Classes.Reg
AddReg=Classes.Reg
, Settings.Reg
[UnregisterDll]
DelReg=Classes.Reg
DelReg=Classes.Reg
, Settings.Reg
[RegisterIE]
...
...
@@ -120,9 +120,15 @@ 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\print\command",,,
"
rundll32.exe mshtml.dll,PrintHTML \"%1\""
HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\""
[Settings.Reg]
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org"
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com"
[IE.Reg]
HKLM,"Software\Microsoft\Internet Explorer","Version",,"6.0.2900.2180"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment