summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 4b05d5dee..7f0755461 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1097,7 +1097,7 @@ def queryAutoPartitionOK(intf, diskset, partitions):
drvstr = drvstr +"\n"
- rc = intf.messageWindow(_("Warning"), _(msg) % drvstr, type="yesno", default="no")
+ rc = intf.messageWindow(_("Warning"), _(msg) % drvstr, type="yesno", default="no", custom_icon ="warning")
return rc