diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:34:19 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-24 23:34:19 +0000 |
commit | 3fe1b5abe11cc573848b861b7cf1c7e9f406a46c (patch) | |
tree | 6a234f6e8f045eb8c47910c33c6799530011d016 /settingsdialog.cpp | |
parent | moved layout definitions from header to sourcefile where possible (diff) | |
download | gpg4usb-3fe1b5abe11cc573848b861b7cf1c7e9f406a46c.tar.gz gpg4usb-3fe1b5abe11cc573848b861b7cf1c7e9f406a46c.zip |
switched fpr and status columns in importdetaildialog and resize keytable columns to content
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@776 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index 63f0c69..84b78fd 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -209,7 +209,6 @@ MimeTab::MimeTab(QWidget *parent) mimeQPBoxLayout->addWidget(mimeQPCheckBox); mimeQPBox->setLayout(mimeQPBoxLayout); - QGroupBox *mimeParseBox = new QGroupBox(tr("Parse PGP/MIME (Experimental)")); QVBoxLayout *mimeParseBoxLayout = new QVBoxLayout(); mimeParseCheckBox = new QCheckBox(tr("Try to split attachments from PGP-MIME ecrypted messages."), this); |