diff options
author | Matt Wilson <msw@redhat.com> | 2002-07-29 21:24:57 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-07-29 21:24:57 +0000 |
commit | 072617f1012932454d8bcae56cc1dcc97bdfcb46 (patch) | |
tree | b60d8f5c3d46980c29d42c9afb85c5e5ab15ffc8 | |
parent | 92548cc0fd437d2844f766ccc5ddbd340925f388 (diff) | |
download | anaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.tar.gz anaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.tar.xz anaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.zip |
add title to release notes
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,7 +729,7 @@ class InstallControlWindow: gtk.FILL | gtk.EXPAND, 5, 5) self.textWin.set_border_width(0) - addFrame(self.textWin) + addFrame(self.textWin, _("Release Notes")) self.textWin.show_all() else: |