Patch level :2.2 2006 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :errori di compilazione dovuti a vecchia definizione xvt_ e non xvtil_


git-svn-id: svn://10.65.10.50/trunk@13895 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2006-04-13 11:08:18 +00:00
parent 7ab0ac63e9
commit f4f39b3cec
2 changed files with 7 additions and 8 deletions

View File

@ -1849,7 +1849,7 @@ void TEsplosione_distinta_app::print()
TFile_cache::stats(h, m);
TString80 msg;
msg.format("Hits %lu - Misses %lu", h, m);
xvt_statbar_set(msg);
xvtil_statbar_set(msg);
#endif
}
_form->print_explosion_rows();

View File

@ -573,7 +573,7 @@ void TImplosion_mask::implode_slow()
TFile_cache::stats(h, m);
TString80 msg;
msg.format("Hits %lu - Misses %lu", h, m);
xvt_statbar_set(msg);
xvtil_statbar_set(msg);
}
#else
pi.addstatus(1);
@ -642,19 +642,18 @@ void TImplosion_mask::implode_medium()
FOR_EACH_ASSOC_OBJECT(roots, obj, key, item)
{
#ifdef DBG
if (pi.addstatus(1))
{
#ifdef DBG
unsigned long h, m;
TFile_cache::stats(h, m);
TString80 msg;
msg.format("Hits %lu - Misses %lu", h, m);
xvt_statbar_set(msg);
}
#else
pi.addstatus(1);
xvtil_statbar_set(msg);
#endif
if (pi.iscancelled()) break;
}
else
break;
const TCodice_articolo articolo = key;
if (articolo < da_art)