summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 16:55:28 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 16:55:28 +0000
commitf42bd73758acead907996db493b145aff8f3b294 (patch)
treec027d54b43689e20bec1ff77ef7983331ffc2856 /iw
parent9f4d9f44cf31c6480fa998ba48d73f1516d80a93 (diff)
downloadanaconda-f42bd73758acead907996db493b145aff8f3b294.tar.gz
anaconda-f42bd73758acead907996db493b145aff8f3b294.tar.xz
anaconda-f42bd73758acead907996db493b145aff8f3b294.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig_gui.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index 19dc56fdf..063b52ee2 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -22,6 +22,7 @@ import gui
import gobject
import gtk
from iw_gui import *
+from constants import *
from rhpl.log import log
from rhpl.translate import _, N_
@@ -811,8 +812,8 @@ class XConfigWindow (InstallWindow):
self.intf.messageWindow(_("Unknown video card"),
_("An error has occurred selecting "
"the video card %s. Please report "
- "this error to bugzilla.redhat.com.")
- %self.currentCard)
+ "this error to %s.")
+ %(self.currentCard, bugzillaUrl,))
raise gui.StayOnScreen
primary_card = self.videocard.primaryCard()