From 22b428dae26768bfcf1f15c6083f37b3a9f18e19 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 2 Sep 1997 10:53:19 +0000 Subject: [PATCH] Aggiunta dicitura omaggio alle righe di omaggio git-svn-id: svn://10.65.10.50/trunk@5150 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib01.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ve/velib01.cpp b/ve/velib01.cpp index 288d11bef..bcbb1f231 100755 --- a/ve/velib01.cpp +++ b/ve/velib01.cpp @@ -23,6 +23,10 @@ #include "veuml1.h" #endif +#ifndef __VEINI_H +#include "veini.h" +#endif + #ifndef __DEFMASK_H #include #endif @@ -321,7 +325,9 @@ bool codart_handler( TMask_field& f, KEY key ) deslin.put(DESLIN_CODLIN, lingua); if (deslin.read() == NOERR) desc = deslin.get(DESLIN_DESCR); - } + } + if (mask.doc()[((TSheet_field &)mask.field(F_SHEET)).selected() + 1].is_omaggio()) + desc << " (OMAGGIO)"; row_mask.set(FR_DESCR, desc); umart.setkey(1);