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:
authorJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
committerJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
commit5ec39fc2e484a7e3d5e2e0ecb1bef0b428a7b7a7 (patch)
tree7b01d3cfa1796599bff11d6dc48415d33b95c7af /source/blender/editors/space_spreadsheet/CMakeLists.txt
parentbbea79ce5eadff621dcca668487cd1248b0433aa (diff)
Cleanup: rename file
Internally we use the name "context (path)" instead of "breadcrumb". This was missing from a rename in the original patch.
Diffstat (limited to 'source/blender/editors/space_spreadsheet/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_spreadsheet/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_spreadsheet/CMakeLists.txt b/source/blender/editors/space_spreadsheet/CMakeLists.txt
index 056358edb78..b2a0905d4a2 100644
--- a/source/blender/editors/space_spreadsheet/CMakeLists.txt
+++ b/source/blender/editors/space_spreadsheet/CMakeLists.txt
@@ -33,7 +33,7 @@ set(INC
set(SRC
space_spreadsheet.cc
- spreadsheet_breadcrumb.cc
+ spreadsheet_context.cc
spreadsheet_column.cc
spreadsheet_data_source.cc
spreadsheet_data_source_geometry.cc
@@ -41,7 +41,7 @@ set(SRC
spreadsheet_layout.cc
spreadsheet_ops.cc
- spreadsheet_breadcrumb.hh
+ spreadsheet_context.hh
spreadsheet_cell_value.hh
spreadsheet_column.hh
spreadsheet_column_values.hh