diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index 79c7790819..fea92b5148 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |||
@@ -52,7 +52,7 @@ class RecipeSelectionPage (HobPage): | |||
52 | 'col_max' : 300, | 52 | 'col_max' : 300, |
53 | 'expand' : 'True' | 53 | 'expand' : 'True' |
54 | }, { | 54 | }, { |
55 | 'col_name' : 'Brought in by', | 55 | 'col_name' : 'Brought in by (+others)', |
56 | 'col_id' : RecipeListModel.COL_BINB, | 56 | 'col_id' : RecipeListModel.COL_BINB, |
57 | 'col_style': 'binb', | 57 | 'col_style': 'binb', |
58 | 'col_min' : 100, | 58 | 'col_min' : 100, |