Patch level : 10.0 706

Files correlati     : VE2.exe
Ricompilazione Demo : [ ]
Commento            :

corretta generazione ordinata della descrizione sui codici guidati


git-svn-id: svn://10.65.10.50/trunk@20333 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-04-14 13:52:02 +00:00
parent 309d8b23fd
commit 0af954bcce

View File

@ -265,11 +265,12 @@ bool advanced_codart_ask(TString& code, TString& desc)
} }
if (el >= 0) if (el >= 0)
{ {
const int dlg = el + start_id; const int dlg = el + 101;
order[el] = 1001; order[el] = 1001;
if (dlg > start_id) if (dlg > start_id)
desc << m.get_descr_separator(el); desc << m.get_descr_separator(el);
desc << esc(m.get(dlg + 100)); if (dlg >= start_id)
desc << esc(m.get(dlg + 100));
} }
} }
running = false; running = false;