diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-03-28 12:58:46 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-03-28 12:58:46 +0200 |
| commit | bdc7315b2e1aeac0efa3864e9f06256cf6559d68 (patch) | |
| tree | 395b507de45b666cd2188a6110e0f557558b73b2 /gpgwin.cpp | |
| parent | added settings dialog (test version) (diff) | |
| download | gpg4usb-bdc7315b2e1aeac0efa3864e9f06256cf6559d68.tar.gz gpg4usb-bdc7315b2e1aeac0efa3864e9f06256cf6559d68.zip | |
added settingsdialog files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@285 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
