aboutsummaryrefslogtreecommitdiffstats
path: root/keygendialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-30 17:48:56 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-30 17:48:56 +0000
commitd72e1cbfaea51d36625af3915c65a94d436809de (patch)
tree75b4640e17dfe2cecca8a509c498b623c5c743d6 /keygendialog.cpp
parentupdated spanish translation files (diff)
downloadgpg4usb-d72e1cbfaea51d36625af3915c65a94d436809de.tar.gz
gpg4usb-d72e1cbfaea51d36625af3915c65a94d436809de.zip
updated arabic translation files and set maximum keysize to 16384
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@868 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r--keygendialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp
index daddca8..7b3b249 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -41,7 +41,7 @@ void KeyGenDialog::generateKeyDialog()
commentEdit = new QLineEdit(this);
keySizeSpinBox = new QSpinBox(this);
- keySizeSpinBox->setRange(768, 65536);
+ keySizeSpinBox->setRange(768, 16384);
keySizeSpinBox->setValue(2048);
keySizeSpinBox->setSingleStep(256);