Correzione errore 006096 relativo all'abilitazione dei programmi FOX.
git-svn-id: svn://10.65.10.50/trunk@3495 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
59f54b1a18
commit
06f58295e9
@ -592,10 +592,10 @@ void TMenu_application::load_menu()
|
||||
_menu.add(ts);
|
||||
TString80 action(ts->get(2));
|
||||
const int last = _menu.items() - 1;
|
||||
TToken_string list(ts->get(), ',');
|
||||
|
||||
if (atoi(action) > 0)
|
||||
if (atoi(action) > 0 || list.items() > 0)
|
||||
{
|
||||
TToken_string list(ts->get(), ',');
|
||||
const TString16 mod = list.get(0);
|
||||
int module = atoi(mod);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user