diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-19 22:33:39 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-08-19 22:33:39 +0000 |
commit | c6b23ae41a8c32f18804015cfa9ea860573fae77 (patch) | |
tree | 42a814499370bb8d3d26bff4fb2ddc8c7a53052c /settingsdialog.cpp | |
parent | start implementing 'open file with' for attachments. very rough for now, need... (diff) | |
download | gpg4usb-c6b23ae41a8c32f18804015cfa9ea860573fae77.tar.gz gpg4usb-c6b23ae41a8c32f18804015cfa9ea860573fae77.zip |
bit more specific help text
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@365 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index 42c7d28..f175b54 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -129,7 +129,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) mimeParseBoxLayout->addWidget(mimeQPCheckBox); mimeOpenAttachmentCheckBox = new QCheckBox(tr("Enable open with external app, saves file in tmp folder."), this); //mimeOpenAttachmentCheckBox->setWhatsThis("Open attachments <b>with</b>... neeeds temp foder.."); - mimeOpenAttachmentCheckBox->setToolTip("Open attachments with Application for the filetype. <b>Needs saving the file to temporarly folder.</b> For now its your job to clean this folder up if you want."); + mimeOpenAttachmentCheckBox->setToolTip("Open attachments with Application for the filetype. <b>Needs saving the file to temporarly folder.</b> For now its your job to clean this folder up if you want. The Benefit of this option is more comfortable filehandling, but you should be aware that this files lay around unencrypted in folder 'attachments'."); /* * Here could be something like Qstring("?"), or an icon with an ?, with the action "show tooltip" */ |