aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index f66461f..ebbea95 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -546,7 +546,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.")
self.persistencecb = self.atelier.createCheckBox(self.persistencecol1, _("Add a persistent partition in the remaining space"))
self.persistencebox2 = self.atelier.createHBox(self.box)
self.cryptcb = self.atelier.createCheckBox(self.persistencecol1, _("Encrypt partition"))
- self.cryptkey = self.atelier.createInputField(self.persistencecol2, _("Key:"))
+ self.cryptkey = self.atelier.createInputField(self.persistencecol2, _("Key:"),passwordMode = True)
self.persistencecb.setDisabled()
self.persistencecb.setNotify()
self.cryptcb.setDisabled()