mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
lib/bb/ui/crumbs/builder: change dialogue title to Layers
(Bitbake rev: 03e645cda56e9f8cf1fa94775534369b77518767) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac53520823
commit
63648b9f1d
@@ -664,7 +664,7 @@ class Builder(gtk.Window):
|
|||||||
binb_dialog.destroy()
|
binb_dialog.destroy()
|
||||||
|
|
||||||
def show_layer_selection_dialog(self):
|
def show_layer_selection_dialog(self):
|
||||||
dialog = LayerSelectionDialog(title = "Layer Selection",
|
dialog = LayerSelectionDialog(title = "Layers",
|
||||||
layers = copy.deepcopy(self.configuration.layers),
|
layers = copy.deepcopy(self.configuration.layers),
|
||||||
all_layers = self.parameters.all_layers,
|
all_layers = self.parameters.all_layers,
|
||||||
parent = self,
|
parent = self,
|
||||||
|
|||||||
Reference in New Issue
Block a user