Patch level : 851
Files correlati : Ricompilazione Demo : [ ] Commento : Visualizza in info anche l'anno del dninst git-svn-id: svn://10.65.10.50/branches/R_10_00@21313 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a5aeb839e4
commit
f27459f5f1
@ -317,6 +317,7 @@ TInfo_mask::TInfo_mask() : TProperty_sheet(TR("Informazioni"))
|
||||
case _dongle_hardlock: prot = "Hardlock"; break;
|
||||
case _dongle_eutron : prot = "Eutron"; break;
|
||||
case _dongle_network : prot = dongle().server_name(); break;
|
||||
case _dongle_hasp : prot = "Aladdin"; break;
|
||||
default : prot = TR("Nessuna"); break;
|
||||
}
|
||||
|
||||
@ -368,7 +369,11 @@ TInfo_mask::TInfo_mask() : TProperty_sheet(TR("Informazioni"))
|
||||
add_prop(TR("Protezione"), prot);
|
||||
add_prop(TR("N. di serie"), ser_no);
|
||||
if (ser_no > 0)
|
||||
{
|
||||
add_prop(TR("Assistenza"), dongle().year_assist());
|
||||
Tdninst dninst;
|
||||
add_prop(TR("Controllo"), dninst.assist_year());
|
||||
}
|
||||
|
||||
add_cat(TR("Area dati"));
|
||||
TFilename study = firm2dir(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user