From bdc7315b2e1aeac0efa3864e9f06256cf6559d68 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 28 Mar 2010 10:58:46 +0000 Subject: added settingsdialog files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@285 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 61cb37f..cf0f116 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -359,7 +359,7 @@ void GpgWin::setCurrentFile(const QString &fileName) QString shownName; if (curFile.isEmpty()) - shownName = tr("untitled.txt"); + shownName = "untitled.txt"; else shownName = strippedName(curFile); -- cgit v1.2.3