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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-12 07:10:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-12 07:10:03 +0300
commitdc98a3b0a74b0e91ad424195ce488a9b14f13e73 (patch)
tree346961b83f6151e72e99a9294714c714e75d85e3 /source/blender/editors/space_outliner
parentebf9d315c418c5ef7e0789cd9c13ae17ff4b84cf (diff)
Cleanup: style/spelling
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index dd0b29c9548..e4471acc2c8 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -1292,8 +1292,8 @@ static int outliner_lib_operation_exec(bContext *C, wmOperator *op)
outliner_do_libdata_operation(C, scene, soops, &soops->tree, lib_delete_cb);
WM_event_add_notifier(C, NC_ID | NA_EDITED, NULL);
- /* Note: no undo possible here really, not 100% sure why... Probably because of library optimisations
- * in undo/redo process? */
+ /* Note: no undo possible here really, not 100% sure why...
+ * Probably because of library optimizations in undo/redo process? */
/* ED_undo_push(C, "Rename"); */
break;
}