Aggiunta segnalazione nome file alla fine della stampa su file.

git-svn-id: svn://10.65.10.50/trunk@2829 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-05-15 16:19:07 +00:00
parent 26fb30bbc6
commit 5aa04b38f7

View File

@ -2045,6 +2045,7 @@ else if (_printertype == fileprinter)
for (long i = 0; i < _txt.lines(); i++)
fprintf(fp,"%s\n", _txt.line(i));
fclose(fp);
message_box("Stampa su file terminata. Nome archivio: %s",(const char *)_printerfile);
}
#endif
else if (_printertype == localprinter)