Changeset 38813
- Timestamp:
- 09/15/16 19:06:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r38811 r38813 123 123 124 124 if(checkscreen("infobar") != status.skinerr) 125 addchoicebox(infobar_sel, "infobar", " v1");125 addchoicebox(infobar_sel, "infobar", "default"); 126 126 if(checkscreen("infobar_v2") != status.skinerr) 127 127 addchoicebox(infobar_sel, "infobar_v2","v2"); … … 143 143 144 144 if(checkscreen("infobar2") != status.skinerr) 145 addchoicebox(infobar2_sel, "infobar2", " v1");145 addchoicebox(infobar2_sel, "infobar2", "default"); 146 146 if(checkscreen("infobar2_v2") != status.skinerr) 147 147 addchoicebox(infobar2_sel, "infobar2_v2","v2"); … … 163 163 164 164 if(checkscreen("channellist") != status.skinerr) 165 addchoicebox(channellist_sel, "channellist", " v1");165 addchoicebox(channellist_sel, "channellist", "default"); 166 166 if(checkscreen("channellist_v2") != status.skinerr) 167 167 addchoicebox(channellist_sel, "channellist_v2","v2"); … … 183 183 184 184 if(checkscreen("gmultiepg") != status.skinerr) 185 addchoicebox(gmultiepg_sel, "gmultiepg", " v1");185 addchoicebox(gmultiepg_sel, "gmultiepg", "default"); 186 186 if(checkscreen("gmultiepg_v2") != status.skinerr) 187 187 addchoicebox(gmultiepg_sel, "gmultiepg_v2","v2");
Note: See TracChangeset
for help on using the changeset viewer.