Identato alcune istruzioni

Patch level         :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@6267 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-02-26 10:29:55 +00:00
parent b699126a1d
commit 889cf1275f

View File

@ -248,16 +248,16 @@ bool TStampaModificati::set_print(int)
tasto = _msk->run(); tasto = _msk->run();
switch (tasto) switch (tasto)
{ {
case F_ELENCO: case F_ELENCO:
_tipostampa = elenco; _tipostampa = elenco;
_codsez = "**"; _codsez = "**";
_codsez = "**"; _codsez = "**";
break; break;
case F_SCHEDE: case F_SCHEDE:
_tipostampa = schede; _tipostampa = schede;
if (_schxpag > 1) if (_schxpag > 1)
printer().formlen(_lenpage/_schxpag); printer().formlen(_lenpage/_schxpag);
break; break;
} }
if (_tipostampa != undefined) if (_tipostampa != undefined)
{ {