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:
authorBastien Montagne <bastien@blender.org>2021-11-23 16:36:57 +0300
committerBastien Montagne <bastien@blender.org>2021-11-23 16:36:57 +0300
commitd7b7cbb04775005f3fee70c110a07c944829ed49 (patch)
treee1c96a8a357c51e714017130ea256af97aa023d6 /source/blender/editors/asset
parent89b927a72074586791bbda9c47321e63048a2b5e (diff)
parent0479a66313056bc6f467a833bba11592747f78ca (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'source/blender/editors/asset')
-rw-r--r--source/blender/editors/asset/intern/asset_library_reference_enum.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/asset/intern/asset_library_reference_enum.cc b/source/blender/editors/asset/intern/asset_library_reference_enum.cc
index a97af1b1cf4..102b2a97859 100644
--- a/source/blender/editors/asset/intern/asset_library_reference_enum.cc
+++ b/source/blender/editors/asset/intern/asset_library_reference_enum.cc
@@ -113,7 +113,7 @@ const EnumPropertyItem *ED_asset_library_reference_to_rna_enum_itemf(
// {ASSET_REPO_BUNDLED, "BUNDLED", 0, "Bundled", "Show the default user assets"},
{ASSET_LIBRARY_LOCAL,
"LOCAL",
- ICON_BLENDER,
+ ICON_CURRENT_FILE,
"Current File",
"Show the assets currently available in this Blender session"},
{0, nullptr, 0, nullptr, nullptr},