summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-07-29 21:24:57 +0000
committerMatt Wilson <msw@redhat.com>2002-07-29 21:24:57 +0000
commit072617f1012932454d8bcae56cc1dcc97bdfcb46 (patch)
treeb60d8f5c3d46980c29d42c9afb85c5e5ab15ffc8 /gui.py
parent92548cc0fd437d2844f766ccc5ddbd340925f388 (diff)
downloadanaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.tar.gz
anaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.tar.xz
anaconda-072617f1012932454d8bcae56cc1dcc97bdfcb46.zip
add title to release notes
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 6224db300..0c0c60865 100755
--- a/gui.py
+++ b/gui.py
@@ -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: