Patch level :

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


git-svn-id: svn://10.65.10.50/trunk@6923 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1998-08-07 09:56:42 +00:00
parent 550a3ddfce
commit d7d523c023
3 changed files with 5 additions and 5 deletions

View File

@ -370,15 +370,15 @@ bool TStampaNonDon::user_create()
bool TStampaNonDon::user_destroy()
{
delete _form_eti;
delete _msk;
delete _rel;
delete _form_eti;
return TRUE;
}
int at2800(int argc, char* argv[])
{
TStampaNonDon a;
a.run(argc, argv, "Stampa soggetti che non donano dal ...");
a.run(argc, argv, "Soggetti che non donano dal ...");
return 0;
}

View File

@ -1,4 +1,4 @@
// stampa elenco soggetti che non donano dal ...
// stampa soggetti che non donano dal ...
// definizione campi per maschera di selezione
#define F_SEZINI 101

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