Changeset 39609
- Timestamp:
- 01/02/17 02:48:29 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r39567 r39609 750 750 else if(ostrcmp(mbox->name, "Downloads") == 0) 751 751 screenbgdownload(1); 752 else if(ostrcmp(mbox->name, "Create Sub Menu Favorite") == 0)752 else if(ostrcmp(mbox->name, "Create Favorites sub folder") == 0) 753 753 ret = 0; 754 else if(ostrcmp(mbox->name, "Create Sub Menu Favorite (Password)") == 0)754 else if(ostrcmp(mbox->name, "Create Favorites sub folder(PIN secured)") == 0) 755 755 ret = 1000; 756 756 else if(ostrcmp(mbox->name, "Search on KinoX") == 0)
Note: See TracChangeset
for help on using the changeset viewer.