Commit: d723249dcc20ff6fab55d443dba85203a104a7fc
Author: Pablo Vazquez
Date:   Fri Feb 8 12:55:54 2019 +0100
Branches: master
https://developer.blender.org/rBd723249dcc20ff6fab55d443dba85203a104a7fc

Typo

===================================================================

M       source/blender/editors/space_outliner/outliner_tools.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_tools.c 
b/source/blender/editors/space_outliner/outliner_tools.c
index 5620fcc24d3..b441722313c 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -1385,7 +1385,7 @@ static const EnumPropertyItem 
outliner_lib_op_type_items[] = {
        {OL_LIB_RENAME, "RENAME", 0, "Rename", ""},
        {OL_LIB_DELETE, "DELETE", ICON_X, "Delete", "Delete this library and 
all its item from Blender - WARNING: no undo"},
        {OL_LIB_RELOCATE, "RELOCATE", 0, "Relocate", "Select a new path for 
this library, and reload all its data"},
-       {OL_LIB_RELOAD, "RELOAD", ICON_REFRESH, "Reload", "Reload all data from 
this library"},
+       {OL_LIB_RELOAD, "RELOAD", ICON_FILE_REFRESH, "Reload", "Reload all data 
from this library"},
        {0, NULL, 0, NULL, NULL},
 };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to