aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
diff options
context:
space:
mode:
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);