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:
mtollari 2017-09-18 13:42:51 +00:00
parent 34c3471923
commit 8cb94b2bbe

View File

@ -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");