From ec37f77a390cfe8d7b76997e17850e7ff0566293 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 25 Mar 2010 19:40:20 +0000 Subject: now the view menu is fine git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@280 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fileencryptiondialog.cpp') diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 2dbd816..2d8b44d 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -51,7 +51,7 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::Context *ctx, QString iconPath /* Setup input & Outputfileselection*/ inputFileEdit = new QLineEdit(); - QPushButton *fb1 = new QPushButton(tr("...")); + QPushButton *fb1 = new QPushButton("..."); connect(fb1, SIGNAL(clicked()), this, SLOT(selectInputFile())); QLabel *fl1 = new QLabel(tr("Input")); fl1->setBuddy(inputFileEdit); @@ -107,7 +107,7 @@ void FileEncryptionDialog::selectInputFile() path=QFileInfo(inputFileEdit->text()).absolutePath(); } - QString infileName = QFileDialog::getOpenFileName(this, tr("Open File"), path, tr("Files") + "All Files (*)"); + QString infileName = QFileDialog::getOpenFileName(this, tr("Open File"), path, tr("Files") + tr("All Files (*)")); inputFileEdit->setText(infileName); // try to find a matching output-filename, if not yet done -- cgit v1.2.3