From patchwork Wed Mar 21 12:55:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,13/17] Hob: Change window title from HOB to Hob Date: Wed, 21 Mar 2012 12:55:17 -0000 From: Dongxiao Xu X-Patchwork-Id: 24003 Message-Id: <549bad79189534ef699523ea8e662534be1c8d19.1332334068.git.dongxiao.xu@intel.com> To: bitbake-devel@lists.openembedded.org From: Shane Wang [Yocto #2147] Signed-off-by: Shane Wang --- lib/bb/ui/crumbs/builder.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/bb/ui/crumbs/builder.py b/lib/bb/ui/crumbs/builder.py index d3b13c9..5a292e7 100755 --- a/lib/bb/ui/crumbs/builder.py +++ b/lib/bb/ui/crumbs/builder.py @@ -227,7 +227,7 @@ class Builder(gtk.Window): self.switch_page(self.MACHINE_SELECTION) def create_visual_elements(self): - self.set_title("Hob - Image Creator") + self.set_title("Hob") self.set_icon_name("applications-development") self.set_resizable(True) window_width = self.get_screen().get_width()