Changeset 35574


Ignore:
Timestamp:
09/14/15 17:49:54 (9 years ago)
Author:
gost
Message:

[titan] fix blinkoff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r35555 r35574  
    7474        setchoiceboxselection(osdtransparent, getskinconfig("osdtransparent", NULL));
    7575       
    76         addchoicebox(blinkoff, "0", _("no"));
    77         addchoicebox(blinkoff, "1", _("yes"));
    78         setchoiceboxselection(blinkoff, getconfig("setblinkoff", NULL));
     76        addchoicebox(blinkoff, "0", _("on"));
     77        addchoicebox(blinkoff, "1", _("off"));
     78        setchoiceboxselection(blinkoff, getconfig("skinblinkoff", NULL));
    7979
    8080#ifdef MIPSEL
Note: See TracChangeset for help on using the changeset viewer.