From 0dd8714cdfddff257b075afb37e5001f9c81f64c Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 20 Jun 2001 01:51:29 +0000 Subject: merge from (now defunct) anaconda-dispatch branch --- iw/congrats_gui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iw/congrats_gui.py') diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py index ece08804a..d2578d981 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -1,17 +1,17 @@ from gtk import * from gnome.ui import * from iw_gui import * -from translate import _ +from translate import _, N_ class CongratulationWindow (InstallWindow): + windowTitle = N_("Congratulations") + def __init__ (self, ics): InstallWindow.__init__ (self, ics) - ics.setTitle (_("Congratulations")) ics.setPrevEnabled (FALSE) ics.setNextButton (STOCK_PIXMAP_QUIT, _("Exit")) - ics.setNextEnabled (TRUE) ics.setHelpButtonEnabled (FALSE) ics.setGrabNext (1) -- cgit