http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec198a
)
Add dillo as a browser to search for.
author
Tom Wickline
<twickline@skybest.com>
Tue, 13 Jan 2004 22:48:29 +0000
(22:48 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 13 Jan 2004 22:48:29 +0000
(22:48 +0000)
programs/winebrowser/main.c
patch
|
blob
|
blame
|
history
diff --git
a/programs/winebrowser/main.c
b/programs/winebrowser/main.c
index 13231173d9c0b99219231d00aa245de8fc9c1c79..57eef3a119a9e696a1ac43482987608639713504 100644
(file)
--- a/
programs/winebrowser/main.c
+++ b/
programs/winebrowser/main.c
@@
-42,7
+42,7
@@
int main (int argc, char *argv[])
DWORD maxLength;
CHAR szBrowsers[256];
DWORD type;
- CHAR *defaultBrowsers = "mozilla,netscape,konqueror,galeon,opera";
+ CHAR *defaultBrowsers = "mozilla,netscape,konqueror,galeon,opera
,dillo
";
char *browser;
HKEY hkey;
LONG r;