Changeset 39017 for titan/plugins/tithek/tithek.h
- Timestamp:
- 09/25/16 13:21:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39015 r39017 1522 1522 filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0); 1523 1523 filename = ostrcat(filename, ".mp4", 1, 0); 1524 filename = string_replace_all("(Flash - Shell script) ", "", filename, 1);1524 filename = string_replace_all("(Flash - Shell script) - ", "", filename, 1); 1525 1525 filename = string_replace_all(" ", ".", filename, 1); 1526 1526 filename = string_replace_all("-", "_", filename, 1);
Note: See TracChangeset
for help on using the changeset viewer.