diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-01-25 01:20:23 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-01-25 01:20:23 +0000 |
| commit | a4192862db1f9e876b1a3ce31465a8f4320d0f29 (patch) | |
| tree | f3c9d7df1811a151cb2eee8a81a5dd849f39c7eb /lib/python | |
| parent | b4d5da085a1e59882f3372be96771316b3d90b58 (diff) | |
| download | enigma2-a4192862db1f9e876b1a3ce31465a8f4320d0f29.tar.gz enigma2-a4192862db1f9e876b1a3ce31465a8f4320d0f29.zip | |
add question for test pictures to the video wizard plugin
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 933d5342..bd714cef 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -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> |
