aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 19:16:47 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 19:16:47 +0000
commit02a2e94b4f9d140c51222257b1533ff35c332ff7 (patch)
tree226ddd381f8b8643fd010360697237fe98874489
parentgui.py: functions to set the header (diff)
downloadanaconda-02a2e94b4f9d140c51222257b1533ff35c332ff7.tar.gz
anaconda-02a2e94b4f9d140c51222257b1533ff35c332ff7.tar.bz2
anaconda-02a2e94b4f9d140c51222257b1533ff35c332ff7.zip
iw/welcome_gui.py: set header text
-rw-r--r--iw/welcome_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index a03fc3f..c6f085e 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -23,6 +23,7 @@ import sys
from iw_gui import *
from constants import *
+from gui import InstallControlWindow
import gettext
_ = lambda x: gettext.ldgettext("anaconda", x)
@@ -112,6 +113,7 @@ environment installed on your new system. "),
text_ = xml.get_widget("text")
title_.set_markup("<span size=\"x-large\">%s</span>" % (_("Chapter %i: %s") % (chapter, title)))
text_.set_text(text)
+ InstallControlWindow().set_chapter(chapter, title, "http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap="+chapter)
return align