aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-14 21:27:32 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-14 21:27:32 +0000
commit89e00e0ce24261c83043bf912adf3b3bf67c9814 (patch)
tree1a6b4b44cb3af0482a6350dfbf02223e302feb28 /fileencryptiondialog.cpp
parent fixed a lot of bugs, where app crached, when no tab is opened (liek save as,... (diff)
downloadgpg4usb-89e00e0ce24261c83043bf912adf3b3bf67c9814.tar.gz
gpg4usb-89e00e0ce24261c83043bf912adf3b3bf67c9814.zip
more text in wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@616 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.cpp')
-rwxr-xr-xfileencryptiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp
index 53bf8f7..d7bd27f 100755
--- a/fileencryptiondialog.cpp
+++ b/fileencryptiondialog.cpp
@@ -45,7 +45,7 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::GpgContext *ctx, QString iconP
fl1->setBuddy(inputFileEdit);
outputFileEdit = new QLineEdit();
- QPushButton *fb2 = new QPushButton(tr("..."));
+ QPushButton *fb2 = new QPushButton("...");
connect(fb2, SIGNAL(clicked()), this, SLOT(selectOutputFile()));
QLabel *fl2 = new QLabel(tr("Output"));
fl2->setBuddy(outputFileEdit);