diff --git a/cg/cg0200.cpp b/cg/cg0200.cpp index 324d830ef..b8c7a3894 100755 --- a/cg/cg0200.cpp +++ b/cg/cg0200.cpp @@ -139,7 +139,7 @@ HIDDEN bool no_dup_fis(TMask_field& f, KEY key) if (clifo.good() && (t1 != t || s1 != s)) { - f.yesno_box("Codice fiscale gia' utilizzato per il codice : %c/%s", + f.error_box("Codice fiscale gia' utilizzato per il codice : %c/%s", t, (const char*) s); return FALSE; }