FileBrowser: Cleanup: rename some (really ugly) enum names.

This commit is contained in:
Bastien Montagne
2015-01-04 12:03:47 +01:00
parent b240b8e231
commit 026cb6bdeb
23 changed files with 182 additions and 178 deletions

View File

@@ -236,7 +236,7 @@ static void file_refresh(const bContext *C, ScrArea *UNUSED(sa))
if (idx >= 0) {
struct direntry *file = filelist_file(sfile->files, idx);
if (file) {
file->selflag |= EDITING_FILE;
file->selflag |= FILE_SEL_EDITING;
}
}
BLI_strncpy(sfile->params->renameedit, sfile->params->renamefile, sizeof(sfile->params->renameedit));