From 5ac477805637f20b8ac5e742457fa8f304066d83 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 30 Sep 2020 20:09:02 +1000 Subject: Cleanup: convert gforge task ID's to phabricator format Cleanup old tracker task format to the new. e.g: [#34039] to T34039 Ref D8718 --- source/blender/editors/space_outliner/outliner_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_edit.c') 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) { -- cgit v1.2.3