Add dillo as a browser to search for.
authorTom Wickline <twickline@skybest.com>
Tue, 13 Jan 2004 22:48:29 +0000 (22:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Jan 2004 22:48:29 +0000 (22:48 +0000)
programs/winebrowser/main.c

index 13231173d9c0b99219231d00aa245de8fc9c1c79..57eef3a119a9e696a1ac43482987608639713504 100644 (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;