From 7099749e704cc957b7dbd459e320a6c0d0a2c055 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Tue, 7 Feb 2006 01:13:48 +0000 Subject: [PATCH] printing properties must be moved to global jar Bug 138026 r=dcone sr=attinasi a=judson adt=putterman --- widget/src/windows/nsDeviceContextSpecWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/windows/nsDeviceContextSpecWin.cpp b/widget/src/windows/nsDeviceContextSpecWin.cpp index bcaae7973b29..348991ed9a13 100644 --- a/widget/src/windows/nsDeviceContextSpecWin.cpp +++ b/widget/src/windows/nsDeviceContextSpecWin.cpp @@ -106,7 +106,7 @@ static UINT gFrameSelectedRadioBtn = 0; // Indicates whether the native print dialog was successfully extended static PRPackedBool gDialogWasExtended = PR_FALSE; -#define PRINTDLG_PROPERTIES "chrome://communicator-platform/locale/gfx/printdialog.properties" +#define PRINTDLG_PROPERTIES "chrome://global/locale/printdialog.properties" static HWND gParentWnd = NULL;