summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index c855f67e55..c1a75bde1a 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -513,7 +513,7 @@ class Builder(gtk.Window):
513 msg = msg.replace("your local.conf", "Settings") 513 msg = msg.replace("your local.conf", "Settings")
514 lbl = "<b>Error</b>\n" 514 lbl = "<b>Error</b>\n"
515 lbl = lbl + "%s\n\n" % msg 515 lbl = lbl + "%s\n\n" % msg
516 dialog = CrumbsMessageDialog(self, lbl, gtk.STOCK_DIALOG_WARNING) 516 dialog = CrumbsMessageDialog(self, lbl, gtk.STOCK_DIALOG_ERROR)
517 button = dialog.add_button("Close", gtk.RESPONSE_OK) 517 button = dialog.add_button("Close", gtk.RESPONSE_OK)
518 HobButton.style_button(button) 518 HobButton.style_button(button)
519 response = dialog.run() 519 response = dialog.run()