Changeset 23012


Ignore:
Timestamp:
08/23/13 18:26:09 (11 years ago)
Author:
obi
Message:

fix po

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menulist.h

    r23010 r23012  
    204204                                }
    205205
    206 printf("mlist->pic: %s\n",mlist->pic);
    207 printf("mlist->name: %s\n",mlist->name);
    208 
    209206                                if(mlist->pic == NULL)
    210207                                {
    211                                         if(ostrstr(mlist->name, "flv_") != NULL)
     208                                        if(ostrstr(mlist->name, "FLV_") != NULL)
    212209                                                mlist->pic = ostrcat("flv.png", NULL, 0, 0);
    213                                         else if(ostrstr(mlist->name, "3gp_") != NULL)
     210                                        else if(ostrstr(mlist->name, "3GP_") != NULL)
    214211                                                mlist->pic = ostrcat("3gp.png", NULL, 0, 0);
    215                                         else if(ostrstr(mlist->name, "mp4_") != NULL)
     212                                        else if(ostrstr(mlist->name, "MP4_") != NULL)
    216213                                                mlist->pic = ostrcat("mp4.png", NULL, 0, 0);
    217214                                        else
Note: See TracChangeset for help on using the changeset viewer.