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
54833c9b
Commit
54833c9b
authored
May 04, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
May 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Add quotes to webbrowser command keys.
parent
c39fb845
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
package.c
dlls/msi/tests/package.c
+0
-3
wine.inf.in
tools/wine.inf.in
+5
-5
No files found.
dlls/msi/tests/package.c
View file @
54833c9b
...
...
@@ -7983,10 +7983,7 @@ static void test_appsearch(void)
size
=
sizeof
(
prop
);
r
=
MsiGetPropertyA
(
hpkg
,
"WEBBROWSERPROG"
,
prop
,
&
size
);
ok
(
r
==
ERROR_SUCCESS
,
"get property failed: %d
\n
"
,
r
);
todo_wine
{
ok
(
lstrlenA
(
prop
)
!=
0
,
"Expected non-zero length
\n
"
);
}
size
=
sizeof
(
prop
);
r
=
MsiGetPropertyA
(
hpkg
,
"NOTEPAD"
,
prop
,
&
size
);
...
...
tools/wine.inf.in
View file @
54833c9b
...
...
@@ -176,7 +176,7 @@ HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
HKCR,hlpfile,,2,"Help File"
HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
HKCR,htmlfile\shell\open\command,,2,"
%11%\winebrowser.exe
-nohome"
HKCR,htmlfile\shell\open\command,,2,"
""%11%\winebrowser.exe""
-nohome"
HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
...
...
@@ -210,22 +210,22 @@ HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
HKCR,xmlfile,,2,"XML Document"
HKCR,xmlfile\shell\open\command,,2,"
%11%\winebrowser.exe
-nohome"
HKCR,xmlfile\shell\open\command,,2,"
""%11%\winebrowser.exe""
-nohome"
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\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\command,,2,"
""%11%\winebrowser.exe""
-nohome"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,https\shell\open\command,,2,"
%11%\winebrowser.exe
-nohome"
HKCR,https\shell\open\command,,2,"
""%11%\winebrowser.exe""
-nohome"
HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
...
...
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