channelping | east meets north almost twenty-five to four in the morning
c o m m e n t s
/*
** Special hacks for xlib. Xlib/Xt/Xm is not re-entrant nor is it thread
** safe.  Unfortunately, neither is mozilla. To make these programs work
** in a pre-emptive threaded environment, we need to use a lock.
*/

/****************************************************************************
*
*   CNetscapeApp::CheckDefaultBrowser
*
*   PARAMETERS:
*       none
*
*   RETURNS:
*       void
*
*   DESCRIPTION:
*       This function checks the registry to see if we are still registered
*       as the "default browser" (listed under http key and other extensions),
*       since the MS Explorer has a nasty habit of kicking us out! If not,
*       we prompt the user to restore our registry settings and make us
*       the default again.
*
****************************************************************************/


// The default homepage URL and whether or not the user is allowed
//   to change the homepage
//
STRINGTABLE DISCARDABLE
BEGIN
    IDS_DEF_HOMEPAGE                "http://home.netscape.com/"
    IDS_CHANGE_HOMEPAGE             "yes"
END

East Meets North