Revision a42a42b3 image_creator/output/dialog.py
b/image_creator/output/dialog.py | ||
---|---|---|
129 | 129 |
self.output("Warning: %s" % msg, new_line) |
130 | 130 |
|
131 | 131 |
def finalize(self): |
132 |
self.d.msgbox(self.msg, height=(self.height + 2), width=self.width) |
|
132 |
self.d.msgbox(self.msg, title=self.title, height=(self.height + 2), |
|
133 |
width=self.width) |
|
133 | 134 |
|
134 | 135 |
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai : |
Also available in: Unified diff