printing properties must be moved to global jar

Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
This commit is contained in:
rods%netscape.com 2006-02-07 01:13:48 +00:00
Родитель edce17736a
Коммит 7099749e70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;