Patch level : 10.0
Files correlati : ve0.exe Ricompilazione Demo : [ ] Commento : Spostato messaggio "documento non modificabile" nella barra di stato in modo da agevolare la navigazione tra documenti git-svn-id: svn://10.65.10.50/trunk@20306 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0448cb5272
commit
dd830a10e8
@ -222,7 +222,7 @@ void TMotore_application::init_modify_mode( TMask& m )
|
|||||||
TString msg;
|
TString msg;
|
||||||
msg.format(FR("Documento non %s%s%s."), (no_mod ? TR("modificabile"):""),
|
msg.format(FR("Documento non %s%s%s."), (no_mod ? TR("modificabile"):""),
|
||||||
(no_mod && no_del ? TR(" ne' "):""), (no_del ? TR("cancellabile"):""));
|
(no_mod && no_del ? TR(" ne' "):""), (no_del ? TR("cancellabile"):""));
|
||||||
xvt_dm_popup_warning(msg);
|
xvtil_statbar_set(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (no_mod)
|
if (no_mod)
|
||||||
|
@ -738,7 +738,7 @@ bool TDocumento_mask::on_key(KEY key)
|
|||||||
enable(DLG_SAVEREC);
|
enable(DLG_SAVEREC);
|
||||||
enable(DLG_DELREC);
|
enable(DLG_DELREC);
|
||||||
TSmart_card * s = smartcard();
|
TSmart_card * s = smartcard();
|
||||||
|
xvtil_statbar_set(TR("Modifica"));
|
||||||
if (s != NULL && s->card_connected())
|
if (s != NULL && s->card_connected())
|
||||||
s->enable_prot_fields(*this);
|
s->enable_prot_fields(*this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user