Display unicode names in script factory as well

So in windows the long filename is shown instead of the short filename
This commit is contained in:
Thomas Bernard
2018-02-21 20:25:16 +01:00
parent db39392411
commit b6c3852aad
3 changed files with 31 additions and 8 deletions

View File

@@ -38,6 +38,8 @@ T_Fileselector_item * Add_element_to_list(T_Fileselector *list, const char * ful
/// including the '\\0'.
char * Format_filename(const char * fname, word max_length, int type);
word * Format_filename_unicode(const word * fname, word max_length, int type);
void Free_fileselector_list(T_Fileselector *list);
void Sort_list_of_files(T_Fileselector *list);