1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-29 09:52:31 +01:00

Fix <b>/</b> tags

This commit is contained in:
Adam Blackburn
2009-05-14 19:37:20 +08:00
parent eaf8ea859a
commit 7ba44e3354

View File

@@ -555,6 +555,7 @@ class WiredNetworkEntry(NetworkEntry):
self.image.show()
self.connect_button.show()
self.name_label.set_use_markup(True)
self.name_label.set_label("<b>" + language['wired_network'] + "</b>")
self.is_full_gui = True