diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-10-08 23:09:53 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-10-08 23:09:53 +0000 |
| commit | ee34dc9997d200a8021332dd639c2cf3a92b21cd (patch) | |
| tree | c4c6ab465ce8ea2e0c3a84118a0a0399a15aeded /data | |
| parent | a084ecfd463e1db01e877a3b1f0f502886cd4708 (diff) | |
| download | enigma2-ee34dc9997d200a8021332dd639c2cf3a92b21cd.tar.gz enigma2-ee34dc9997d200a8021332dd639c2cf3a92b21cd.zip | |
added nims to the about box
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/skin.xml b/data/skin.xml index 84c89f67..7de1276c 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -68,8 +68,8 @@ <screen name="About" position="140,125" size="360,250" title="About"> <widget name="text" position="10,30" size="420,40" font="Arial;18"/> <widget name="tuner" position="10,80" size="420,20" font="Arial;18"/> - <widget name="tunerA" position="10,100" size="420,20" font="Arial;18"/> - <widget name="tunerB" position="10,120" size="420,20" font="Arial;18"/> + <widget name="tuner0" position="10,100" size="420,20" font="Arial;18"/> + <widget name="tuner1" position="10,120" size="420,20" font="Arial;18"/> <widget name="hdd" position="10,170" size="420,20" font="Arial;18"/> <widget name="hddA" position="10,190" size="420,20" font="Arial;18"/> </screen> |
