Patch level :4.0 673
Files correlati : Ricompilazione Demo : [ ] Commento :errore rilevato dal vecchio compilatore...mah? git-svn-id: svn://10.65.10.50/trunk@15159 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bb2ba3f216
commit
630200e7bb
@ -181,8 +181,9 @@ void TIndwin::update_bar()
|
||||
sec2str(total_time, str_tot);
|
||||
|
||||
TString80 n;
|
||||
n.format("%d%% - %s %s - %s %s", int(prc*100.0+0.5),
|
||||
TR("Tempo residuo"), (const char*)str_res, TR("Tempo totale"), (const char*)str_tot);
|
||||
n.format("%d%% - %s %s - %s %s", int(prc*100.0+0.5),
|
||||
TR("Tempo residuo"), str_res.get_buffer(),
|
||||
TR("Tempo totale"), str_tot.get_buffer());
|
||||
b = r;
|
||||
b.top = b.bottom+2;
|
||||
b.bottom = b.top + CHARY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user