]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
crumbs/imageconfigurationpage: added information so that it displays correctly
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>
Tue, 5 Mar 2013 15:36:29 +0000 (17:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2013 13:51:05 +0000 (13:51 +0000)
in the information dialogs.

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/imageconfigurationpage.py

index 615b5445cb553dc94fc7b20d8589e64583643a2e..c018d709bf72e2a500102436438ff31023f5a84b 100644 (file)
@@ -198,8 +198,7 @@ class ImageConfigurationPage (HobPage):
         markup += "For more on layers, check the <a href=\""
         markup += "http://www.yoctoproject.org/docs/current/dev-manual/"
         markup += "dev-manual.html#understanding-and-using-layers\">reference manual</a>."
-        self.layer_info_icon = HobInfoButton(markup, self.get_parent())
-
+        self.layer_info_icon = HobInfoButton("<b>Layers</b>" + "*" + markup, self.get_parent())
 #        self.progress_box = gtk.HBox(False, 6)
         self.progress_bar = HobProgressBar()
 #        self.progress_box.pack_start(self.progress_bar, expand=True, fill=True)