Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2021-01-26 16:38:40 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-01-26 16:38:40 +0300
commit84671d796d4237e094046a88d938bea9ec720174 (patch)
tree668c59840ad08721e75f938ffe5f718a3f37dbec /source/blender/editors/space_file
parent74633c0456b62b35a925c45cbff30508e53e86e9 (diff)
parentb665781808167011a7a7c3c51b6862a15380129e (diff)
Merge remote-tracking branch 'origin/blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/space_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 9fe380e382f..d4cd888c662 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -794,7 +794,7 @@ static void file_space_subtype_item_extend(bContext *UNUSED(C),
}
}
-static const char *file_context_dir[] = {"active_file", "active_id", NULL};
+static const char *file_context_dir[] = {"active_file", "id", NULL};
static int /*eContextResult*/ file_context(const bContext *C,
const char *member,