Patch level :4.0
Files correlati : Ricompilazione Demo : [ ] Commento :corretto rrore riporto; aggiornato install.ini versione 569 git-svn-id: svn://10.65.10.50/trunk@14738 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0da0dec9f7
commit
3694a3fac3
@ -775,7 +775,8 @@ void TWizard_mask::file_preview() const
|
||||
displines = cf.visible_rows();
|
||||
|
||||
TString_array righe;
|
||||
for (int l = 0; l < displines; l++)
|
||||
int l;
|
||||
for (l = 0; l < displines; l++)
|
||||
{
|
||||
righe.add(new TToken_string(MAXLINE), l);
|
||||
TToken_string& riga = righe.row(l);
|
||||
@ -857,10 +858,9 @@ void TWizard_mask::file_preview() const
|
||||
}
|
||||
|
||||
cf.destroy_rows();
|
||||
int l;
|
||||
for (l = 0; l < righe.items(); l++)
|
||||
for (int m = 0; m < righe.items(); m++)
|
||||
{
|
||||
TToken_string& riga = righe.row(l);
|
||||
TToken_string& riga = righe.row(m);
|
||||
cf.add_row(riga);
|
||||
}
|
||||
cf.recalc_layout(reclen, righe.items());
|
||||
|
@ -6,7 +6,7 @@ Descrizione=BASE
|
||||
[sy]
|
||||
Descrizione = Sistema
|
||||
Versione = 20070400
|
||||
Patch = 567
|
||||
Patch = 569
|
||||
|
||||
|
||||
[ba]
|
||||
@ -147,5 +147,5 @@ File(43) = sqlite.dll
|
||||
File(44) = wxmsw263.dll
|
||||
File(45) = xi.dll
|
||||
File(46) = xvaga.dll
|
||||
Patch = 567
|
||||
Patch = 569
|
||||
Versione = 20070400
|
||||
|
Loading…
x
Reference in New Issue
Block a user