Module: wine Branch: master Commit: 3355be3e5d0bb7b3421509ee47d745198c34803e URL: http://source.winehq.org/git/wine.git/?a=commit;h=3355be3e5d0bb7b3421509ee47...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Wed Feb 24 02:29:02 2010 -0500
wordpad: Number of preview pages to show when unzoomed is persistent.
Either one or two pages may be shown in print preview when zoomed out. This value is stored in the registry in native wordpad, and preserved while opening and closing the print preview. Zooming in will only show one page, but the pages shown value must be saved because it will return to the preview pages shown value after unzooming completely. If two pages should be shown when there is only one page of text, then a second blank page is shown.
---
programs/wordpad/print.c | 94 ++++++++++++++++++++++++++++++------------ programs/wordpad/registry.c | 15 ++++++- programs/wordpad/wordpad.h | 2 + 3 files changed, 83 insertions(+), 28 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3355be3e5d0bb7b3421509...