Changeset 25573
- Timestamp:
- 01/10/14 11:26:06 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/menulist.h
r25207 r25573 213 213 } 214 214 215 if(showpng == 3) 216 { 217 tmp->valign = convertxmlentry("middle", 0); 218 tmp->textposx = 250; 219 tmp->height = 300; 220 } 221 215 222 if(mlist->pic == NULL) 216 223 { -
titan/titan/titan.c
r25572 r25573 874 874 875 875 // mbox = menulistbox(mlist, "playlistmenu", NULL, "%pluginpath%/mc/skin", NULL, 1, 0); 876 mbox = menulistbox(mlist, "remotecontrol", NULL, NULL, NULL, 2, 0);876 mbox = menulistbox(mlist, "remotecontrol", NULL, NULL, NULL, 3, 0); 877 877 if(mbox != NULL) 878 878 {
Note: See TracChangeset
for help on using the changeset viewer.