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();
switch (tasto)
{
case F_ELENCO:
_tipostampa = elenco;
_codsez = "**";
_codsez = "**";
break;
case F_SCHEDE:
_tipostampa = schede;
if (_schxpag > 1)
printer().formlen(_lenpage/_schxpag);
break;
case F_ELENCO:
_tipostampa = elenco;
_codsez = "**";
_codsez = "**";
break;
case F_SCHEDE:
_tipostampa = schede;
if (_schxpag > 1)
printer().formlen(_lenpage/_schxpag);
break;
}
if (_tipostampa != undefined)
{