Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Corretti errori riportati in merge dalla pl0015


git-svn-id: svn://10.65.10.50/trunk@6797 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1998-06-26 10:37:28 +00:00
parent 4fe9dfe7d6
commit 1cff631c2f

View File

@ -1408,7 +1408,7 @@ bool TManutenzione_app::menu(MENU_TAG m)
KEY key = _browse->run();
if (key != K_ENTER && key != K_ESC && user() != "PRASSI")
if (key != K_ENTER && key != K_QUIT && key != K_ESC && user() != "PRASSI")
{
error_box("Operazione non permessa all'utente %s", (const char*)user());
key = 0;
@ -1430,6 +1430,7 @@ bool TManutenzione_app::menu(MENU_TAG m)
case K_DEL: delete_riga(); break;
case K_QUIT:
case K_ESC: done = TRUE; close_history(); break;
case K_F7: