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
This commit is contained in:
angelo 1996-05-23 13:23:26 +00:00
parent ee0230207d
commit a4026fe241
2 changed files with 5 additions and 3 deletions

View File

@ -3,4 +3,6 @@
#define F_DATA 103 #define F_DATA 103
#define F_FLOPPY 104 #define F_FLOPPY 104
#define F_DESCR 105 #define F_DESCR 105
#define F_TEMP 106 #define F_TEMP 106
#define F_SALVA 107
#define F_RIPR 108

View File

@ -53,13 +53,13 @@ BEGIN
PROMPT 1 4 "Usare direttorio temporaneo durante il ripristino" PROMPT 1 4 "Usare direttorio temporaneo durante il ripristino"
END END
BUTTON DLG_NULL 15 2 BUTTON F_SALVA 15 2
BEGIN BEGIN
PROMPT -13 -1 "~Salvataggio" PROMPT -13 -1 "~Salvataggio"
MESSAGE EXIT,K_SAVE MESSAGE EXIT,K_SAVE
END END
BUTTON DLG_NULL 15 2 BUTTON F_RIPR 15 2
BEGIN BEGIN
PROMPT -23 -1 "~Ripristino" PROMPT -23 -1 "~Ripristino"
MESSAGE EXIT,K_INS MESSAGE EXIT,K_INS