Changeset 38813


Ignore:
Timestamp:
09/15/16 19:06:23 (7 years ago)
Author:
obi
Message:

update skinadjust rename v1 > default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38811 r38813  
    123123
    124124        if(checkscreen("infobar") != status.skinerr)
    125                 addchoicebox(infobar_sel, "infobar", "v1");
     125                addchoicebox(infobar_sel, "infobar", "default");
    126126        if(checkscreen("infobar_v2") != status.skinerr)
    127127                addchoicebox(infobar_sel, "infobar_v2","v2");
     
    143143
    144144        if(checkscreen("infobar2") != status.skinerr)
    145                 addchoicebox(infobar2_sel, "infobar2", "v1");
     145                addchoicebox(infobar2_sel, "infobar2", "default");
    146146        if(checkscreen("infobar2_v2") != status.skinerr)
    147147                addchoicebox(infobar2_sel, "infobar2_v2","v2");
     
    163163
    164164        if(checkscreen("channellist") != status.skinerr)
    165                 addchoicebox(channellist_sel, "channellist", "v1");
     165                addchoicebox(channellist_sel, "channellist", "default");
    166166        if(checkscreen("channellist_v2") != status.skinerr)
    167167                addchoicebox(channellist_sel, "channellist_v2","v2");
     
    183183
    184184        if(checkscreen("gmultiepg") != status.skinerr)
    185                 addchoicebox(gmultiepg_sel, "gmultiepg", "v1");
     185                addchoicebox(gmultiepg_sel, "gmultiepg", "default");
    186186        if(checkscreen("gmultiepg_v2") != status.skinerr)
    187187                addchoicebox(gmultiepg_sel, "gmultiepg_v2","v2");
Note: See TracChangeset for help on using the changeset viewer.