Slight about change
[watersofshiloah] / src / windows / _base.py
index aeccf0b..6983439 100644 (file)
@@ -636,7 +636,7 @@ class AboutWindow(BasicWindow):
 
                self._titleLabel = gtk.Label()
                self._titleLabel.set_markup("""
 
                self._titleLabel = gtk.Label()
                self._titleLabel.set_markup("""
-<big>Mormon Channel</big>
+<big><b>Mormon Channel</b></big>
 <i>Maemo Edition</i>
 Version %s
 """ % (constants.__version__, ))
 <i>Maemo Edition</i>
 Version %s
 """ % (constants.__version__, ))
@@ -649,8 +649,8 @@ All rights reserved.</small>
 """)
                self._copyLabel.set_property("justify", gtk.JUSTIFY_CENTER)
 
 """)
                self._copyLabel.set_property("justify", gtk.JUSTIFY_CENTER)
 
-               self._linkButton = gtk.LinkButton("LDS.org")
-               self._linkButton.set_uri("http://www.lds.org")
+               self._linkButton = gtk.LinkButton("http://www.lds.org")
+               self._linkButton.set_label("LDS.org")
                self._linkButton.connect("clicked", self._on_website)
 
                self._spacedLayout = gtk.VBox(True)
                self._linkButton.connect("clicked", self._on_website)
 
                self._spacedLayout = gtk.VBox(True)