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;