Changeset 39012
- Timestamp:
- 09/25/16 12:08:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39009 r39012 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 1494 1498 tmpstr2 = ostrcat(_("Category"), " - ", 0, 0); 1495 1499 filename = string_replace_all(tmpstr2, "", filename, 1);
Note: See TracChangeset
for help on using the changeset viewer.