Return-Path: <andrew@stone.com>
Received: from piccolo.cco.caltech.edu by xent.caltech.edu with ESMTP
(8.6.7/DEI:4.45) id PAA01355; Wed, 12 Apr 1995 15:53:15 -0700
Received: from sloth.swcp.com by piccolo.cco.caltech.edu with ESMTP
(8.6.7/DEI:4.41) id PAA13300; Wed, 12 Apr 1995 15:52:09 -0700
Received: (from uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id QAA28214 for khare@xent.caltech.edu; Wed, 12 Apr 1995 16:55:06 -0600
Received: from glamdring (glamdring [192.54.108.5]) by droid (8.6.7/8.6.6) with SMTP id QAA07683 for <khare@xent.caltech.edu>; Wed, 12 Apr 1995 16:16:36 -0600
Message-Id: <199504122216.QAA07683@droid>
Received: by glamdring (NX5.67e/NX3.0X)
id AA00516; Wed, 12 Apr 95 16:13:40 -0600
Content-Type: text/plain
Mime-Version: 1.0 (NeXT Mail 3.3risc v118.3)
Received: by NeXT.Mailer (1.118.3)
From: Andrew Stone <andrew@stone.com>
Date: Wed, 12 Apr 95 16:13:39 -0600
To: khare@xent.caltech.edu
Subject: Subject: Is there a GLOBAL preference for WWW tool of choice?
Reply-To: andrew@stone.com
X-Www-Page: http://www.stone.com/stone
Status: RO
This code here:
if (!NXPerformService("Open URL", thePB) &&
!NXPerformService("OmniWeb/Open URL", thePB) &&
!NXPerformService("SpiderWoman/Open URL", thePB)) {
NXRunAlertPanel(URL_FIELD, URL_FIELD_MSG,OK, NULL,
NULL, [self stringValue]);
return NO;
}
really should be something like:
const char *reader = NXGetDefaultValue("GLOBAL","WWW Browser")
Look for users's service item....
etc.
My question to you is, have we nailed down what the
preference should be called ("WWW Browser" is clearly not it!)