Add dillo as a browser to search for.

oldstable
Tom Wickline 2004-01-13 22:48:29 +00:00 committed by Alexandre Julliard
parent dec198afe0
commit e961edd306
1 changed files with 1 additions and 1 deletions

View File

@ -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;