Changeset 19853


Ignore:
Timestamp:
01/29/13 20:23:38 (11 years ago)
Author:
nit
Message:

fix tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menulist.h

    r18430 r19853  
    214214                                if(mlist->pic != NULL)
    215215                                {
    216           if(mlist->pic[0] != '/')
    217           {
    218             tmppic = ostrcat(skinpath, "/", 0, 0);     
    219             tmppic = ostrcat(tmppic, mlist->pic, 1, 0);
    220           }
    221           else
    222             tmppic = ostrcat(mlist->pic, NULL, 0, 0);
    223          
     216                                        if(mlist->pic[0] != '/')
     217                                        {
     218                                                tmppic = ostrcat(skinpath, "/", 0, 0);
     219                                                tmppic = ostrcat(tmppic, mlist->pic, 1, 0);
     220                                        }
     221                                        else
     222                                                tmppic = ostrcat(mlist->pic, NULL, 0, 0);
     223
    224224                                        tmpstr = changepicpath(tmppic);
    225225                                        if(!file_exist(tmpstr))
Note: See TracChangeset for help on using the changeset viewer.