Show print configuration dialog even when in fullscreen mode.

If no 'print.cfg' file is found, always shows the print configuration dialog.
Clicking 'Cancel' on the print configuration dialog cancels the print!
Removed messy global PRINTDLG structure.
This commit is contained in:
John Popplewell 2007-11-11 23:22:24 +00:00
parent 15d9383ecc
commit 62279d117a
2 changed files with 56 additions and 43 deletions

View file

@ -15062,7 +15062,7 @@ void do_print(void)
/* Win32 */
char f[512];
int show = (want_alt_printcommand && !fullscreen);
int show = want_alt_printcommand;
snprintf(f, sizeof(f), "%s/%s", savedir, "print.cfg"); // FIXME