Moving platform-specific files to platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf

This commit is contained in:
dbragg%netscape.com 2002-02-07 22:54:31 +00:00
Родитель 6644b53caf
Коммит 7d9b61d9af
2 изменённых файлов: 8 добавлений и 5 удалений

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

@ -1,4 +1,7 @@
en-US.jar:
locale/en-US/communicator/gfx/printdialog.properties
en-win.jar:
locale/en-US/communicator-platform/gfx/printdialog.properties

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

@ -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/locale/gfx/printdialog.properties"
#define PRINTDLG_PROPERTIES "chrome://communicator-platform/locale/gfx/printdialog.properties"
static HWND gParentWnd = NULL;