From a4026fe24133a227c9b9db65750e2c919a3c2966 Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 23 May 1996 13:23:26 +0000 Subject: [PATCH] Correzione sul valore di ritorno dei tasti K_SAVE e K_INS. git-svn-id: svn://10.65.10.50/trunk@2891 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba2200.h | 4 +++- ba/ba2200.uml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ba/ba2200.h b/ba/ba2200.h index 5043ec67a..080d498a1 100755 --- a/ba/ba2200.h +++ b/ba/ba2200.h @@ -3,4 +3,6 @@ #define F_DATA 103 #define F_FLOPPY 104 #define F_DESCR 105 -#define F_TEMP 106 \ No newline at end of file +#define F_TEMP 106 +#define F_SALVA 107 +#define F_RIPR 108 diff --git a/ba/ba2200.uml b/ba/ba2200.uml index 2b0243acd..4c6943d85 100755 --- a/ba/ba2200.uml +++ b/ba/ba2200.uml @@ -53,13 +53,13 @@ BEGIN PROMPT 1 4 "Usare direttorio temporaneo durante il ripristino" END -BUTTON DLG_NULL 15 2 +BUTTON F_SALVA 15 2 BEGIN PROMPT -13 -1 "~Salvataggio" MESSAGE EXIT,K_SAVE END -BUTTON DLG_NULL 15 2 +BUTTON F_RIPR 15 2 BEGIN PROMPT -23 -1 "~Ripristino" MESSAGE EXIT,K_INS