From 5eb4518378eabcf208813bb66e2d1befbd03d7c7 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 29 Apr 2011 14:48:05 +0000 Subject: [PATCH] Patch level : 10.982 Files correlati : ci1exe Ricompilazione Demo : [ ] Commento : Imlementate le stampa della rilevazione senza ripartizione git-svn-id: svn://10.65.10.50/branches/R_10_00@22047 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ca/calib01.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca/calib01.cpp b/ca/calib01.cpp index ff3094cec..96460bf08 100755 --- a/ca/calib01.cpp +++ b/ca/calib01.cpp @@ -915,7 +915,7 @@ int ca_create_fields_compact(TMask& msk, int page, int logicnum, int x, int y, if (prompt.full()) prompt.left_just(maxdeslen); - const char* flags = picture[0] == '0' || picture[0] == '9' ? "BUZ" : "BU"; + const char* flags = picture[0] == '0' || picture[0] == '9' ? "BUZG" : "BUG"; TEdit_field* kfld = NULL;