From 98c9c38859425f30990bdc948313456dec9bd62f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 11 Mar 1997 09:19:54 +0000 Subject: [PATCH] Errore MI3451 git-svn-id: svn://10.65.10.50/trunk@4194 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg0200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }