added: new winix function: "sort"
sorting items in a directory (Item::sort_index is used) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@754 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -209,7 +209,8 @@ void winix_show_content_in_full_window(Info & i)
|
||||
cur->request->function == &functions->fun_tinymce ||
|
||||
cur->request->function == &functions->fun_nicedit ||
|
||||
cur->request->function == &functions->fun_vim ||
|
||||
cur->request->function == &functions->fun_emacs );
|
||||
cur->request->function == &functions->fun_emacs ||
|
||||
cur->request->function == &functions->fun_upload );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user