From 072617f1012932454d8bcae56cc1dcc97bdfcb46 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 29 Jul 2002 21:24:57 +0000 Subject: add title to release notes --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit