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:
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_edit.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index 87c0819a667..8e774e80b6b 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -1098,7 +1098,7 @@ bool outliner_flag_flip(ListBase *lb, short flag)
int common_restrict_check(bContext *C, Object *ob)
{
/* Don't allow hide an object in edit mode,
- * check the bug #22153 and #21609, #23977
+ * check the bugs (T22153 and T21609, T23977).
*/
Object *obedit = CTX_data_edit_object(C);
if (obedit && obedit == ob) {