Changeset 38294 for titan/titan


Ignore:
Timestamp:
08/23/16 14:56:12 (8 years ago)
Author:
obi
Message:

skinadjust add infobar, infobar2, channellist v4 / v5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38291 r38294  
    120120        if(checkscreen("infobar_v3") != status.skinerr)
    121121                addchoicebox(infobar_sel, "infobar_v3","v3");
     122        if(checkscreen("infobar_v4") != status.skinerr)
     123                addchoicebox(infobar_sel, "infobar_v4","v4");
     124        if(checkscreen("infobar_v5") != status.skinerr)
     125                addchoicebox(infobar_sel, "infobar_v5","v5");
    122126        setchoiceboxselection(infobar_sel, getskinconfig("infobar_selection", NULL));
    123127
     
    128132        if(checkscreen("infobar2_v3") != status.skinerr)
    129133                addchoicebox(infobar2_sel, "infobar2_v3","v3");
     134        if(checkscreen("infobar2_v4") != status.skinerr)
     135                addchoicebox(infobar2_sel, "infobar2_v4","v4");
     136        if(checkscreen("infobar2_v5") != status.skinerr)
     137                addchoicebox(infobar2_sel, "infobar2_v5","v5");
    130138        setchoiceboxselection(infobar2_sel, getskinconfig("infobar2_selection", NULL));
    131139
     
    136144        if(checkscreen("channellist_v3") != status.skinerr)
    137145                addchoicebox(channellist_sel, "channellist_v3","v3");
     146        if(checkscreen("channellist_v4") != status.skinerr)
     147                addchoicebox(channellist_sel, "channellist_v4","v4");
     148        if(checkscreen("channellist_v5") != status.skinerr)
     149                addchoicebox(channellist_sel, "channellist_v5","v5");
    138150        setchoiceboxselection(channellist_sel, getskinconfig("channellist_selection", NULL));
    139151
Note: See TracChangeset for help on using the changeset viewer.