summaryrefslogtreecommitdiffstats
path: root/iw/congrats.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-17 21:21:38 +0000
committerMatt Wilson <msw@redhat.com>1999-08-17 21:21:38 +0000
commit94792cc9d1e1cfedccd4af22cbcb7ce61cf7bbae (patch)
treeb94360c68735fc8f841238b1f1df0c6df98f2788 /iw/congrats.py
parent49de9c7010421a7dc665c93e5f8692ecffcd9845 (diff)
downloadanaconda-94792cc9d1e1cfedccd4af22cbcb7ce61cf7bbae.tar.gz
anaconda-94792cc9d1e1cfedccd4af22cbcb7ce61cf7bbae.tar.xz
anaconda-94792cc9d1e1cfedccd4af22cbcb7ce61cf7bbae.zip
change 'next' to 'exit' for last screen
Diffstat (limited to 'iw/congrats.py')
-rw-r--r--iw/congrats.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/congrats.py b/iw/congrats.py
index a15dab23e..1707e6252 100644
--- a/iw/congrats.py
+++ b/iw/congrats.py
@@ -1,4 +1,5 @@
from gtk import *
+from gnome.ui import *
from iw import *
class CongratulationWindow (InstallWindow):
@@ -8,6 +9,7 @@ class CongratulationWindow (InstallWindow):
ics.setTitle ("Congratulations")
ics.setPrevEnabled (0)
+ ics.setNextButton (STOCK_BUTTON_EXIT, "Exit")
ics.setNextEnabled (1)
def getScreen (self):