Aggiunto set_prefix(NULL) prima di lanciare un'apllicazione
git-svn-id: svn://10.65.10.50/trunk@1394 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5de033068f
commit
1946e053f2
10
ba/ba0.cpp
10
ba/ba0.cpp
@ -579,16 +579,12 @@ bool TMenu_application::menu(MENU_TAG)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/*
|
if (get_firm() == 0) // Chiede ditta se necessario
|
||||||
const TString16 module(cmd2name(option));
|
|
||||||
if (!_ditta_asked && module.left(2) == "cg" && module.left(3) != "cg5")
|
|
||||||
_ditta_asked = ok = set_firm();
|
|
||||||
*/
|
|
||||||
prefix().set("DEF"); // Aggiorna prefix
|
|
||||||
if (get_firm() == 0)
|
|
||||||
set_firm();
|
set_firm();
|
||||||
|
prefix().set(NULL); // Chiude prefix
|
||||||
TExternal_app a(option);
|
TExternal_app a(option);
|
||||||
a.run();
|
a.run();
|
||||||
|
prefix().set("DEF"); // Aggiorna prefix
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user