Ignore:
Timestamp:
Jan 18, 2010, 8:18:31 PM (16 years ago)
Author:
civer
Message:

[IPK]

  • fixed AutoTimer GS (Flash + Swapversion)

PLZ test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py

    r521 r1755  
    1212from Components.ActionMap import ActionMap
    1313from Components.Label import Label
     14from Components.Sources.StaticText import StaticText
    1415from Components.Pixmap import Pixmap
    1516
     
    4243
    4344                # Initialize widgets
    44                 self["oktext"] = Label(_("OK"))
    45                 self["canceltext"] = Label(_("Cancel"))
    46                 self["ok"] = Pixmap()
    47                 self["cancel"] = Pixmap()
    48                 self["title"] = Label(_("AutoTimer Settings"))
     45                self["key_green"] = Label(_("OK"))
     46                self["key_red"] = Label(_("Cancel"))
    4947
    5048                # Define Actions
Note: See TracChangeset for help on using the changeset viewer.