Patch level : 12.0 no-patch
Files correlati : Commento : Tolto errore applicat che assegnava all'avvio a ogni modulo il valore 'ba' durante il controllo della licenza git-svn-id: svn://10.65.10.50/branches/R_10_00@24094 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
34c3471923
commit
8cb94b2bbe
@ -371,7 +371,7 @@ const char* TApplication::get_module_name() const
|
||||
const TDongle& d = dongle();
|
||||
const TString4 modname = _name.left(2);
|
||||
word aut = d.module_name2code(modname);
|
||||
if (aut = 0xFFFF && modname == "ps")
|
||||
if (aut == 0xFFFF && modname == "ps")
|
||||
{
|
||||
aut = 0;
|
||||
module = TR("Personalizzazioni");
|
||||
|
Loading…
x
Reference in New Issue
Block a user