From 6e46f3da79b7a385ccb4950be8513ee768b1d6fe Mon Sep 17 00:00:00 2001 From: "zuperdee%penguinpowered.com" Date: Wed, 17 May 2000 04:47:00 +0000 Subject: [PATCH] Temporary fix for bug 33801. r=shaver --- gfx/src/beos/nsDeviceContextSpecB.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/src/beos/nsDeviceContextSpecB.cpp b/gfx/src/beos/nsDeviceContextSpecB.cpp index e17e3c60541..15a8825437b 100644 --- a/gfx/src/beos/nsDeviceContextSpecB.cpp +++ b/gfx/src/beos/nsDeviceContextSpecB.cpp @@ -78,9 +78,9 @@ NS_IMETHODIMP nsDeviceContextSpecBeOS :: Init(PRBool aQuiet) if ( ( path = getenv( "PWD" ) ) == (char *) NULL ) if ( ( path = getenv( "HOME" ) ) == (char *) NULL ) - strcpy( mPrData.path, "netscape.ps" ); + strcpy( mPrData.path, "mozilla.ps" ); if ( path != (char *) NULL ) - sprintf( mPrData.path, "%s/netscape.ps", path ); + sprintf( mPrData.path, "%s/mozilla.ps", path ); else return NS_ERROR_FAILURE;