Changeset 32202


Ignore:
Timestamp:
01/08/15 09:39:39 (8 years ago)
Author:
wonderdoc
Message:

[skins] add new picons novideoasp.png/novideores.png and change picon novideo.png in mod skins. change skinfunc.h to use novideores.png/novideoasp.png in getchannelresolution/getchannelaspect

Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r32169 r32202  
    311311//      }
    312312       
    313         if(tmpstr == NULL) tmpstr = ostrcat("novideo.png", NULL, 0, 0);
     313        if(tmpstr == NULL) tmpstr = ostrcat("novideores.png", NULL, 0, 0);
    314314
    315315        if(path != NULL)
     
    334334//      }
    335335       
    336         if(tmpstr == NULL) tmpstr = ostrcat("novideo.png", NULL, 0, 0);
     336        if(tmpstr == NULL) tmpstr = ostrcat("novideoasp.png", NULL, 0, 0);
    337337
    338338        if(path != NULL)
Note: See TracChangeset for help on using the changeset viewer.