aboutsummaryrefslogtreecommitdiff
path: root/data/startwizard.xml
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-11 03:52:19 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-11 03:52:19 +0000
commita86a756a1f185095b3ae3e39026eb76c16e07c1d (patch)
tree07993bac3bda7c1ca6031140a98178b78c5b9210 /data/startwizard.xml
parent939e78997bc25b22b3270ae3e298b0cc49becdbf (diff)
downloadenigma2-a86a756a1f185095b3ae3e39026eb76c16e07c1d.tar.gz
enigma2-a86a756a1f185095b3ae3e39026eb76c16e07c1d.zip
treat the LanguageSelection as an own wizard, so it is started first on a firstrun
save the language to the config-entry config.osd.language
Diffstat (limited to 'data/startwizard.xml')
-rw-r--r--data/startwizard.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml
index fbc1d49f..d4c7efab 100644
--- a/data/startwizard.xml
+++ b/data/startwizard.xml
@@ -1,8 +1,5 @@
<wizard>
<step number="1">
- <config screen="LanguageSelection" module="LanguageSelection" type="standalone" />
- </step>
- <step number="2">
<text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
<code>
self["arrowdown"].moveTo(557, 232, 10)
@@ -11,7 +8,7 @@ self["arrowdown"].startMoving()
self["rc"].startMoving()
</code>
</step>
- <step number="3">
+ <step number="2">
<text value="Use the up/down keys on your remote control to select an option. After that, press OK." />
<list>
<listentry caption="Use wizard to set up basic features" step="next" />
@@ -24,7 +21,7 @@ self["arrowdown"].startMoving()
self["arrowup"].startMoving()
</code>
</step>
- <step number="4">
+ <step number="3">
<text value="Please set up tuner A" />
<config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
<code>
@@ -36,7 +33,7 @@ self["arrowdown"].addMovePoint(610, 300, 10)
self["arrowdown"].startMoving()
</code>
</step>
- <step number="5">
+ <step number="4">
<text value="Please set up tuner B" />
<config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
<code>
@@ -48,14 +45,14 @@ self["arrowdown"].addMovePoint(610, 300, 10)
self["arrowdown"].startMoving()
</code>
</step>
- <step number="6">
+ <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="8" />
+ <listentry caption="No, scan later manually" step="7" />
</list>
</step>
- <step number="7">
+ <step number="6">
<text value="What do you want to scan?" />
<config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
<code>
@@ -67,7 +64,7 @@ self["arrowdown"].addMovePoint(610, 300, 10)
self["arrowdown"].startMoving()
</code>
</step>
- <step number="8">
+ <step number="7">
<text value="Thanx for using the wizard. Your box is now ready to use." />
<code>
self["arrowdown"].moveTo(740, 200, 10)