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:
guy 2010-04-01 14:44:43 +00:00
parent 0448cb5272
commit dd830a10e8
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ void TMotore_application::init_modify_mode( TMask& m )
TString msg;
msg.format(FR("Documento non %s%s%s."), (no_mod ? TR("modificabile"):""),
(no_mod && no_del ? TR(" ne' "):""), (no_del ? TR("cancellabile"):""));
xvt_dm_popup_warning(msg);
xvtil_statbar_set(msg);
}
}
if (no_mod)

View File

@ -738,7 +738,7 @@ bool TDocumento_mask::on_key(KEY key)
enable(DLG_SAVEREC);
enable(DLG_DELREC);
TSmart_card * s = smartcard();
xvtil_statbar_set(TR("Modifica"));
if (s != NULL && s->card_connected())
s->enable_prot_fields(*this);
}