diff options
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); |