From 7c0783d5620e668e028d64d82ca35d6343ae0137 Mon Sep 17 00:00:00 2001 From: augusto Date: Thu, 12 Jun 1997 15:36:27 +0000 Subject: [PATCH] corretta segnalazione di errore git-svn-id: svn://10.65.10.50/trunk@4625 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- mg/mg0100.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mg/mg0100.cpp b/mg/mg0100.cpp index 301a7c5aa..ccd5ac34e 100755 --- a/mg/mg0100.cpp +++ b/mg/mg0100.cpp @@ -9,8 +9,8 @@ #include "batbcau.h" #include "batbfca.h" -#include "../cg/cglib03.h" -#include "mglib01.h" +//#include "../cg/cglib03.h" +#include "mglib.h" #define MAXMETACH 20 @@ -165,7 +165,7 @@ bool TMask_tabmag::codliv_handler(TMask_field& f, KEY k) aux_tabf->put("CODTAB",codliv+1); if (aux_tabf->read()!=NOERR && mymask.metac[0]->has_opzchars(prevformat)) { - f.error_box("Il livello precedente include caratteri opzionali nel formato"); + f.error_box("Il livello precedente include caratteri opzionali nel formato\ne non puo' divenire un livello intermedio"); return FALSE; } } else {