diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-02 00:53:47 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-02 00:53:47 +0000 |
| commit | 4ad28359f1e3090e963e1a8083c34c0940d0514d (patch) | |
| tree | 7f24b8a2fdde4a9ed2c50549ae2a3fb7f63863c5 /lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py | |
| parent | 8cbc6c7588b526ea9bfee4de5be4719f3e81017a (diff) | |
| download | enigma2-4ad28359f1e3090e963e1a8083c34c0940d0514d.tar.gz enigma2-4ad28359f1e3090e963e1a8083c34c0940d0514d.zip | |
better resizing
Diffstat (limited to 'lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py')
| -rw-r--r-- | lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py b/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py index d4d24f32..c4e28fea 100644 --- a/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py +++ b/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py @@ -69,7 +69,7 @@ class Test(Screen): self["text"].number(number) def main(session): - session.openWithCallback(test, ChoiceBox, title="Hallo", list=[(_("yes"), "yes"), (_("no"), "no")]) + session.openWithCallback(test, ChoiceBox, title="Delete everything on this Dreambox?", list=[(_("yes"), "yes"), (_("no"), "no"), (_("perhaps"), "perhaps"), (_("ask me tomorrow"), "ask me tomorrow"), (_("leave me alone with this s§&$!"), "yes")]) def test(returnValue): print "You entered", returnValue |
