add question for test pictures to the video wizard plugin
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / videowizard.xml
index 933d534275cbb83e23d501f838f69bcf9eb919bf..bd714cef859155a469e2b13c0a488860cef5129d 100644 (file)
@@ -80,7 +80,11 @@ self["rc"].startMoving()
                </code>
        </step>
        <step id="end">
-                       <text value="The input port should be configured now." />
-                       <displaytext value="No picture on TV? Press EXIT and retry." />
+               <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" />
+               <displaytext value="No picture on TV? Press EXIT and retry." />
+               <list evaluation="rateSelectionMade" onselect="rateSelectionMoved">
+                       <listentry caption="Yes" step="yes" />
+                       <listentry caption="No" step="no" />
+               </list>
                </step>
 </wizard>