Aggiunta dicitura omaggio alle righe di omaggio
git-svn-id: svn://10.65.10.50/trunk@5150 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4ab6a5be42
commit
22b428dae2
@ -23,6 +23,10 @@
|
|||||||
#include "veuml1.h"
|
#include "veuml1.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __VEINI_H
|
||||||
|
#include "veini.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __DEFMASK_H
|
#ifndef __DEFMASK_H
|
||||||
#include <defmask.h>
|
#include <defmask.h>
|
||||||
#endif
|
#endif
|
||||||
@ -322,6 +326,8 @@ bool codart_handler( TMask_field& f, KEY key )
|
|||||||
if (deslin.read() == NOERR)
|
if (deslin.read() == NOERR)
|
||||||
desc = deslin.get(DESLIN_DESCR);
|
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);
|
row_mask.set(FR_DESCR, desc);
|
||||||
|
|
||||||
umart.setkey(1);
|
umart.setkey(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user