From d7d523c0236a5fe57c1eb811189d35a8823e0be1 Mon Sep 17 00:00:00 2001 From: cris <cris@c028cbd2-c16b-5b4b-a496-9718f37d4682> Date: Fri, 7 Aug 1998 09:56:42 +0000 Subject: [PATCH] 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 --- at/at2800.cpp | 4 ++-- at/at2800a.h | 2 +- at/at2800a.uml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/at/at2800.cpp b/at/at2800.cpp index d54d5c5ef..820e9ead7 100755 --- a/at/at2800.cpp +++ b/at/at2800.cpp @@ -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; } diff --git a/at/at2800a.h b/at/at2800a.h index 3b77b3717..c5229d0dc 100755 --- a/at/at2800a.h +++ b/at/at2800a.h @@ -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 diff --git a/at/at2800a.uml b/at/at2800a.uml index 264af345f..dcb86e68a 100755 --- a/at/at2800a.uml +++ b/at/at2800a.uml @@ -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