Bug 321732: printjoboptions.properties is dead, the other printjoboptions.* files should be packaged on non-Mac Unix only, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@186742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK ***** */
|
||||
#
|
||||
#ifdef XP_UNIX
|
||||
|
||||
var dialog;
|
||||
var gPrintSettings = null;
|
||||
@@ -972,5 +971,3 @@ function onAccept()
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -41,8 +41,6 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
#ifdef XP_UNIX
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<!DOCTYPE dialog SYSTEM "chrome://global/locale/printjoboptions.dtd">
|
||||
|
||||
@@ -162,5 +160,3 @@
|
||||
</grid>
|
||||
|
||||
</dialog>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
toolkit.jar:
|
||||
*+ content/global/printdialog.js (content/printdialog.js)
|
||||
*+ content/global/printdialog.xul (content/printdialog.xul)
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
*+ content/global/printjoboptions.js (content/printjoboptions.js)
|
||||
*+ content/global/printjoboptions.xul (content/printjoboptions.xul)
|
||||
#endif
|
||||
#endif
|
||||
*+ content/global/printPageSetup.js (content/printPageSetup.js)
|
||||
*+ content/global/printPageSetup.xul (content/printPageSetup.xul)
|
||||
*+ content/global/printPreviewBindings.xml (content/printPreviewBindings.xml)
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
letterSize=Letter (8 1/2 x 11 in.)
|
||||
legalSize=Legal (8 1/2 x 14 in.)
|
||||
exectiveSize=Executive (7 1/2 x 10 in.)
|
||||
a5Size=DIN A5 (148 x 210 mm)
|
||||
a4Size=DIN A4 (210 x 297 mm)
|
||||
a3Size=DIN A3 (297 x 420 mm)
|
||||
a2Size=DIN A2 (420 x 594 mm)
|
||||
a1Size=DIN A1 (594 x 841 mm)
|
||||
a0Size=DIN A0 (841 x 1189 mm)
|
||||
@@ -34,7 +34,6 @@
|
||||
locale/@AB_CD@/global/preferences.dtd (%chrome/global/preferences.dtd)
|
||||
+ locale/@AB_CD@/global/printdialog.dtd (%chrome/global/printdialog.dtd)
|
||||
+ locale/@AB_CD@/global/printjoboptions.dtd (%chrome/global/printjoboptions.dtd)
|
||||
+ locale/@AB_CD@/global/printjoboptions.properties (%chrome/global/printjoboptions.properties)
|
||||
+ locale/@AB_CD@/global/printPageSetup.dtd (%chrome/global/printPageSetup.dtd)
|
||||
+ locale/@AB_CD@/global/printPreview.dtd (%chrome/global/printPreview.dtd)
|
||||
+ locale/@AB_CD@/global/printPreviewProgress.dtd (%chrome/global/printPreviewProgress.dtd)
|
||||
|
||||
Reference in New Issue
Block a user