diff --git a/include/form.cpp b/include/form.cpp index 867955a1e..de795a7f4 100755 --- a/include/form.cpp +++ b/include/form.cpp @@ -2355,7 +2355,7 @@ TForm_item* TPrint_section::parse_item(const TString& s) TForm_item* f = create_item(s); #ifdef DBG if (f == NULL) - yesno_fatal_box("Tipo di campo del form non riconosciuto: '%s'", (const char*)s); + yesnofatal_box("Tipo di campo del form non riconosciuto: '%s'", (const char*)s); #endif return f; }