diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 11:32:33 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 11:32:33 +0000 |
| commit | 80416e87ef6cecd542830647aa6b111364601eaf (patch) | |
| tree | ca2b7a2f25320c3ac7704ff8936a5c45b053132f /data/startwizard.xml | |
| parent | c08166b6d0671d136ca9c62ce9c915e426cff2f7 (diff) | |
| download | enigma2-80416e87ef6cecd542830647aa6b111364601eaf.tar.gz enigma2-80416e87ef6cecd542830647aa6b111364601eaf.zip | |
scan now/later added to the wizard
Diffstat (limited to 'data/startwizard.xml')
| -rw-r--r-- | data/startwizard.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 81d33b32..501fbf61 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -44,8 +44,15 @@ self["arrowdown"].addMovePoint(510, 300, 10) self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() </code> - </step> + </step> <step number="5"> + <text value="Do you want to do a service scan?" /> + <list> + <listentry caption="Yes, scan now" step="next" /> + <listentry caption="No, scan later manually" step="7" /> + </list> + </step> + <step number="6"> <text value="Bla" /> <config screen="ScanSimple" module="ScanSetup" /> <code> @@ -57,8 +64,8 @@ self["arrowdown"].addMovePoint(610, 300, 10) self["arrowdown"].startMoving() </code> </step> - <step number="6"> - <text value="Bla" /> + <step number="7"> + <text value="Thanx for using the wizard. Your box is now ready to use." /> <code> self["arrowdown"].moveTo(740, 200, 10) self["arrowup"].moveTo(740, 355, 10) |
