Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Corretto ordine nella destroy(); TOOLBAR nella maschera


git-svn-id: svn://10.65.10.50/trunk@6926 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-08-07 10:00:28 +00:00
parent d4218ea081
commit 67b9c5e40f
2 changed files with 3 additions and 3 deletions

View File

@ -397,9 +397,9 @@ bool TStampaUrgenze::user_create()
bool TStampaUrgenze::user_destroy()
{
delete _form_eti;
delete _msk;
delete _rel;
delete _form_eti;
return TRUE;
}

View File

@ -4,13 +4,13 @@ TOOLBAR "" 0 20 0 2
BUTTON F_ELENCO 9 2
BEGIN
PROMPT -13 -11 "Elenco"
PROMPT -13 -11 "E~lenco"
MESSAGE EXIT,F_ELENCO
END
BUTTON F_ETICHETTE 9 2
BEGIN
PROMPT -23 -11 "Etichette"
PROMPT -23 -11 "~Etichette"
MESSAGE EXIT,F_ETICHETTE
END