summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-18 00:35:02 +0000
committerMatt Wilson <msw@redhat.com>1999-08-18 00:35:02 +0000
commitabb4ce1b89867550a54d2ec660551597872e9cf5 (patch)
tree88cd657b0d070a9c01c69c91251527ec171d5800
parentc46fc14f05cc39f8207b74a9e6c75394b64b3b03 (diff)
downloadanaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.tar.gz
anaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.tar.xz
anaconda-abb4ce1b89867550a54d2ec660551597872e9cf5.zip
quit
-rw-r--r--iw/congrats.py2
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):