From c1311444ea249a45d0eceefa15d77fce410a54da Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 11 Dec 2005 22:58:36 +0000 Subject: add some translations (translations in the wizard don't work in some places) remove every moving pixmap from the startwizard (because of flickering) --- lib/python/Screens/StartWizard.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Screens/StartWizard.py') 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): + """ 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 -- cgit v1.2.3