diff options
Diffstat (limited to '')
-rwxr-xr-x | fileencryptiondialog.cpp | 2 |
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); |