diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-18 00:35:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-18 00:35:02 +0000 |
commit | abb4ce1b89867550a54d2ec660551597872e9cf5 (patch) | |
tree | 88cd657b0d070a9c01c69c91251527ec171d5800 | |
parent | c46fc14f05cc39f8207b74a9e6c75394b64b3b03 (diff) | |
download | anaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.tar.gz anaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.tar.xz anaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.zip |
quit
-rw-r--r-- | iw/congrats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/congrats.py b/iw/congrats.py index 1707e6252..031bc145a 100644 --- a/iw/congrats.py +++ b/iw/congrats.py @@ -9,7 +9,7 @@ class CongratulationWindow (InstallWindow): ics.setTitle ("Congratulations") ics.setPrevEnabled (0) - ics.setNextButton (STOCK_BUTTON_EXIT, "Exit") + ics.setNextButton (STOCK_PIXMAP_QUIT, "Exit") ics.setNextEnabled (1) def getScreen (self): |