Patch level :10.0 250

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretta chiamata dei MENU_ITEM con MENU_ITEM_ID


git-svn-id: svn://10.65.10.50/trunk@18339 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-02-24 15:28:18 +00:00
parent 67d4dfcd5b
commit 1a13f6767a
2 changed files with 2 additions and 2 deletions

@ -140,7 +140,7 @@ bool TStampa_sconti::create()
_zon = new TTable("%ZON");
_cpg = new TTable("%CPG");
if (gotcha)
dispatch_e_menu(BAR_ITEM(1));
dispatch_e_menu(BAR_ITEM_ID(1));
return (gotcha);
}

@ -1100,7 +1100,7 @@ public:
bool TRicalcola_application::create()
{
dispatch_e_menu(MENU_ITEM(1));
dispatch_e_menu(MENU_ITEM_ID(1));
return TRUE;
}