Changeset 39017 for titan/plugins


Ignore:
Timestamp:
09/25/16 13:21:27 (8 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r39015 r39017  
    15221522                filename = ostrcat(filename, ((struct tithek*)listbox->select->handle)->title, 1, 0);
    15231523                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);
    15251525                filename = string_replace_all(" ", ".", filename, 1);
    15261526                filename = string_replace_all("-", "_", filename, 1);
Note: See TracChangeset for help on using the changeset viewer.