mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
b978d73b11bccf7e57d0da667f9dedddbf5349b0
* Replace the page setup dialog with a modified copy from comdlg32. Use PageSetupDlg and a hook function to bring the dialog on screen instead of DialogBox and a dialog procedure. With this, PageSetupDlg can do most of the work (init the controls for example). * Save the returned hDevMode and hDevNames to two global variables, so we can use them in later calls to page setup and print. * Include header, footer and page margins when saving/loading settings. * Remove printer setup from the file menu (and related code/resources) since it isn't needed anymore. * Brought to you by Ricardo Hanke. CORE-9040 svn path=/trunk/; revision=66067
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%