From 0af954bcce59751a476b96433b7a4de0300cf0f5 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Apr 2010 13:52:02 +0000 Subject: [PATCH] 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 --- ve/ve2401.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ve/ve2401.cpp b/ve/ve2401.cpp index 4b0ec891e..30946bcdf 100755 --- a/ve/ve2401.cpp +++ b/ve/ve2401.cpp @@ -265,11 +265,12 @@ bool advanced_codart_ask(TString& code, TString& desc) } if (el >= 0) { - const int dlg = el + start_id; + const int dlg = el + 101; order[el] = 1001; if (dlg > start_id) desc << m.get_descr_separator(el); - desc << esc(m.get(dlg + 100)); + if (dlg >= start_id) + desc << esc(m.get(dlg + 100)); } } running = false;