Patch level :2.1 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :eliminate righe commentate inutili (rimasugli di esperimenti fatti durante
la creazione della SY0026)


git-svn-id: svn://10.65.10.50/trunk@12061 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2004-05-07 08:45:08 +00:00
parent d0cad3f608
commit 37aa5fd6b5

View File

@ -1097,15 +1097,8 @@ bool TMenu_application::destroy()
if (sys_dll_changed())
{
// static bool launched = false;
// if (!launched)
{
// launched = true;
TExternal_app ba0close("ba0close.exe");
ba0close.run(TRUE,TRUE,TRUE); // run asynchronous...
}
// else
// error_box("Doppia chiusura");
TExternal_app ba0close("ba0close.exe");
ba0close.run(TRUE,TRUE,TRUE); // run asynchronous...
}
return TRUE;
}