summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-09 00:49:08 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-09 00:49:08 +0000
commit46fd98e4e68277e5f11a82e57e94c728d1d1c9b7 (patch)
tree584799c77120c35363d3c41675e17fc262ff00c2
parentb5d36556adaf15a14c833573996796d3c474a3d8 (diff)
downloadanaconda-46fd98e4e68277e5f11a82e57e94c728d1d1c9b7.tar.gz
anaconda-46fd98e4e68277e5f11a82e57e94c728d1d1c9b7.tar.xz
anaconda-46fd98e4e68277e5f11a82e57e94c728d1d1c9b7.zip
pychecker is my friend
-rw-r--r--iw/congrats_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index c98bbbbb5..8af9655af 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -81,7 +81,7 @@ class ReconfigCongratulationWindow (InstallWindow):
ics.setTitle (_("Congratulations"))
ics.setPrevEnabled (0)
- ics.setNextButton (STOCK_PIXMAP_QUIT, _("Exit"))
+ ics.setNextButton (gtk.STOCK_QUIT, _("Exit"))
ics.setNextEnabled (1)
ics.setGrabNext (1)