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:
parent
ee0230207d
commit
a4026fe241
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user