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:
parent
67d4dfcd5b
commit
1a13f6767a
@ -140,7 +140,7 @@ bool TStampa_sconti::create()
|
|||||||
_zon = new TTable("%ZON");
|
_zon = new TTable("%ZON");
|
||||||
_cpg = new TTable("%CPG");
|
_cpg = new TTable("%CPG");
|
||||||
if (gotcha)
|
if (gotcha)
|
||||||
dispatch_e_menu(BAR_ITEM(1));
|
dispatch_e_menu(BAR_ITEM_ID(1));
|
||||||
return (gotcha);
|
return (gotcha);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1100,7 +1100,7 @@ public:
|
|||||||
|
|
||||||
bool TRicalcola_application::create()
|
bool TRicalcola_application::create()
|
||||||
{
|
{
|
||||||
dispatch_e_menu(MENU_ITEM(1));
|
dispatch_e_menu(MENU_ITEM_ID(1));
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user