diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-02-05 22:57:25 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-02-05 22:57:25 +0100 |
commit | 6ee907f291427b8751a872b31210bf32e8d2b722 (patch) | |
tree | 648ad6f8277e11ea3dd6b1f814706413eb122147 /utils | |
parent | 4fcd42cfa4424992cd4b36af38bc6230ce0706c9 (diff) |
[xpdf303] More merges from Thomas, basically PSOutputDev and some other small stuff
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pdftops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pdftops.cc b/utils/pdftops.cc index 7f5f5117..542838b4 100644 --- a/utils/pdftops.cc +++ b/utils/pdftops.cc @@ -273,7 +273,7 @@ int main(int argc, char *argv[]) { globalParams->setPSLevel(level); } if (splashResolution > 0) { - globalParams->setSplashResolution(splashResolution); + globalParams->setPSRasterResolution(splashResolution); } if (noEmbedT1Fonts) { globalParams->setPSEmbedType1(!noEmbedT1Fonts); |