Changeset 39015
- Timestamp:
- 09/25/16 13:03:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39012 r39015 1492 1492 filename = string_replace_all("Youtube ", "", filename, 1); 1493 1493 1494 tmpstr2 = ostrcat(_("(Flash - Shell script)"), " - ", 0, 0);1495 filename = string_replace_all(tmpstr2, "", filename, 1);1496 free(tmpstr2); tmpstr2 = NULL;1497 1498 1494 tmpstr2 = ostrcat(_("Category"), " - ", 0, 0); 1499 1495 filename = string_replace_all(tmpstr2, "", filename, 1); … … 1526 1522 filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0); 1527 1523 filename = ostrcat(filename, ".mp4", 1, 0); 1524 filename = string_replace_all("(Flash - Shell script)", "", filename, 1); 1528 1525 filename = string_replace_all(" ", ".", filename, 1); 1529 1526 filename = string_replace_all("-", "_", filename, 1);
Note: See TracChangeset
for help on using the changeset viewer.