r475 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 25 11:03:18 EST 2008


Author: icculus
Date: 2008-01-25 11:03:15 -0500 (Fri, 25 Jan 2008)
New Revision: 475

Modified:
   trunk/platform_unix.c
Log:
Whoops, removed test mangling.


Modified: trunk/platform_unix.c
===================================================================
--- trunk/platform_unix.c	2008-01-25 16:01:19 UTC (rev 474)
+++ trunk/platform_unix.c	2008-01-25 16:03:15 UTC (rev 475)
@@ -1066,7 +1066,7 @@
 static boolean unix_launchBrowser(const char *url)
 {
     boolean retval = false;
-    char *path = findBinaryInPath("dfdfxdg-open");
+    char *path = findBinaryInPath("xdg-open");
 
     if (path != NULL)  // it's installed on the system; use that.
     {




More information about the mojosetup-commits mailing list