aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/StartWizard.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-11 22:58:36 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-11 22:58:36 +0000
commitc1311444ea249a45d0eceefa15d77fce410a54da (patch)
tree9689ca7d8d2bf55cf5dde1d520ebe857c78dd315 /lib/python/Screens/StartWizard.py
parent142e649e1eb5f6e74f81a69bc7c7e093fb8716c9 (diff)
downloadenigma2-c1311444ea249a45d0eceefa15d77fce410a54da.tar.gz
enigma2-c1311444ea249a45d0eceefa15d77fce410a54da.zip
add some translations (translations in the wizard don't work in some places)
remove every moving pixmap from the startwizard (because of flickering)
Diffstat (limited to 'lib/python/Screens/StartWizard.py')
-rw-r--r--lib/python/Screens/StartWizard.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py
index 1cb0bd89..037c0757 100644
--- a/lib/python/Screens/StartWizard.py
+++ b/lib/python/Screens/StartWizard.py
@@ -14,6 +14,7 @@ class StartWizard(Wizard):
<widget name="rc" pixmap="/usr/share/enigma2/rc.png" position="500,600" zPosition="10" size="154,475" transparent="1" alphatest="on"/>
<widget name="arrowdown" pixmap="/usr/share/enigma2/arrowdown.png" position="0,0" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
<widget name="arrowup" pixmap="/usr/share/enigma2/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
+ <widget name="arrowup2" pixmap="/usr/share/enigma2/arrowup.png" position="-100,-100" zPosition="11" size="37,70" transparent="1" alphatest="on"/>
</screen>"""
def __init__(self, session):
@@ -24,6 +25,7 @@ class StartWizard(Wizard):
self["rc"] = MovingPixmap()
self["arrowdown"] = MovingPixmap()
self["arrowup"] = MovingPixmap()
+ self["arrowup2"] = MovingPixmap()
wizardManager.registerWizard(LanguageSelection)
wizardManager.registerWizard(StartWizard) \ No newline at end of file