summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--iw/congrats_gui.py11
2 files changed, 1 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index cec89983b..002b4e24b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* scripts/splittree.py: Likewise.
* scripts/check-repository.py: Remove dead code.
+ * iw/congrats_gui.py (CongratulationWindow.getScreen): Likewise.
* partedUtils.py (getRedHatReleaseString): Change to getReleaseString.
* upgrade.py (findExistingRoots): Method name change.
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 458a27696..91ff44ac8 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -64,17 +64,6 @@ class CongratulationWindow (InstallWindow):
txt = _("Congratulations, the installation is complete.\n\n"
"%s%s") %(floppystr, bootstr)
- foo = _("For information on Errata (updates and bug fixes), visit:\n"
- "\thttp://www.redhat.com/errata/\n\n"
- "For information on automatic updates through Red Hat "
- "Network, visit:\n"
- "\thttp://rhn.redhat.com/\n\n"
- "For information on using and configuring the system, visit:\n"
- "\thttp://www.redhat.com/docs/\n"
- "\thttp://www.redhat.com/apps/support/\n\n"
- "To register the product for support, visit:\n"
- "\thttp://www.redhat.com/apps/activate/\n\n")
-
label = gui.WrappingLabel(txt)
hbox.pack_start (label, True, True)