im = self.ics.readPixmap ("about-to-install.png")
if im:
im.render ()
pix = im.make_pixmap ()
a = GtkAlignment ()
a.add (pix)
a.set (0.5, 0.5, 1.0, 1.0)
hbox.pack_start (a, FALSE)
label = GtkLabel (_("Click next to begin installation of Red Hat Linux."))
label.set_line_wrap (TRUE)
label2 = GtkLabel (_("A complete log of your installation will be in "
"/tmp/install.log after rebooting your system. You "
"may want to keep this file for later reference."))