Changeset 32202
- Timestamp:
- 01/08/15 09:39:39 (8 years ago)
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r32169 r32202 311 311 // } 312 312 313 if(tmpstr == NULL) tmpstr = ostrcat("novideo .png", NULL, 0, 0);313 if(tmpstr == NULL) tmpstr = ostrcat("novideores.png", NULL, 0, 0); 314 314 315 315 if(path != NULL) … … 334 334 // } 335 335 336 if(tmpstr == NULL) tmpstr = ostrcat("novideo .png", NULL, 0, 0);336 if(tmpstr == NULL) tmpstr = ostrcat("novideoasp.png", NULL, 0, 0); 337 337 338 338 if(path != NULL)
Note: See TracChangeset
for help on using the changeset viewer.