mirror of https://github.com/zxdos/zxuno.git
Se elimina un string repetido que sobra
This commit is contained in:
parent
973bf28942
commit
054ad7264b
|
@ -1157,7 +1157,7 @@ main
|
|||
ld bc, $0f0b
|
||||
main1 call showop
|
||||
defw cad120
|
||||
defw cad121
|
||||
defw cad29
|
||||
defw cad122
|
||||
defw cad123
|
||||
defw cad124
|
||||
|
@ -1222,7 +1222,7 @@ main4 call showop
|
|||
ld hl, quietb
|
||||
call popupw ; Boot timeout
|
||||
defw cad120
|
||||
defw cad121
|
||||
defw cad29
|
||||
defw cad122
|
||||
defw cad123
|
||||
defw cad124
|
||||
|
|
|
@ -174,7 +174,6 @@ cad34 defb 'Move Down a', 0
|
|||
cad35 defb 'Rename', 0
|
||||
cad36 defb 'Delete', 0
|
||||
cad120 defb 'Timeout 1X', 0
|
||||
cad121 defb 'Enabled', 0
|
||||
cad122 defb 'Timeout 2X', 0
|
||||
cad123 defb 'Timeout 4X', 0
|
||||
cad124 defb 'Timeout 8X', 0
|
||||
|
|
Loading…
Reference in New Issue