bug 76059, fixes A4 printing regression. Patch by atontti@cc.hut.fi.

r=kmcclusk@netscape.com sr=attinasi a=asa
This commit is contained in:
bbaetz%cs.mcgill.ca 2006-02-07 01:12:50 +00:00
parent fa0f56c133
commit 52688b6fde
3 changed files with 4 additions and 2 deletions

View File

@ -71,8 +71,8 @@ interface nsIPrintOptions : nsISupports
const short kLetterPaperSize = 0;
const short kLegalPaperSize = 1;
const short kExecutivePaperSize = 2;
const short kA3PaperSize = 3;
const short kA4PaperSize = 4;
const short kA4PaperSize = 3;
const short kA3PaperSize = 4;
/**
* Print Frame Constants

View File

@ -74,6 +74,7 @@ interface nsIPrintSettings : nsISupports
const short kLegalPaperSize = 1;
const short kExecutivePaperSize = 2;
const short kA4PaperSize = 3;
const short kA3PaperSize = 4;
/**
* Print Frame Constants

View File

@ -37,6 +37,7 @@ PR_BEGIN_EXTERN_C
#define NS_LEGAL_SIZE 1
#define NS_EXECUTIVE_SIZE 2
#define NS_A4_SIZE 3
#define NS_A3_SIZE 4
#endif
#ifndef PATH_MAX