Augmentation de la largeur du champ NVRAM.
darcs-hash:20061208061008-68412-c877771473074af3530226e4d493142f1fba7509.gz
This commit is contained in:
parent
b3e305578b
commit
e937ed8613
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ def set_wifi(machine):
|
|||
arg += u'"Position E :" 3 29 "%s" 3 42 12 0 ' % ""
|
||||
|
||||
arg += u'"Hotspot :" 4 1 "%s" 4 10 5 0 ' % (machine.hotspot() and 'oui' or 'non')
|
||||
arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 50 0 ' % ', '.join(machine.nvram())
|
||||
arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram())
|
||||
|
||||
# Affichage
|
||||
annul, result = dialog(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue