fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / python / Components / HelpMenuList.py
index 8905944a05fb67c0a3750242a4fd31c3f12905e1..c7035cb9c0242fa64c997fc9292a2926ed73e14f 100644 (file)
@@ -37,8 +37,8 @@ class HelpMenuList(GUIComponent):
                                if not first:
                                        buttonstring = "You can also press " + buttonstring + "."
 
-                               entry.append( (0, 0, 200, 36, 0, 0, help) )
-                               entry.append( (0, 40, 200, 20, 1, 0, buttonstring) )
+                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 0, 200, 36, 0, 0, help) )
+                               entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 40, 200, 20, 1, 0, buttonstring) )
                                
                                l.append(entry)