Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-12-25 02:50:05 +0400
committerFelix Geyer <debfx@fobos.de>2011-12-25 02:50:05 +0400
commit21acb02e3e43d170df3db1f0bd4f9938cd81a865 (patch)
treeda64874efd53f647d56b162509e097323d0d1bcb /src
parentf7b95842b9782913e4ff954c7c59e76f0bce69ff (diff)
Fix code formatting.
Diffstat (limited to 'src')
-rw-r--r--src/gui/DatabaseManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/DatabaseManager.cpp b/src/gui/DatabaseManager.cpp
index 6546cebc8..ad0c8b609 100644
--- a/src/gui/DatabaseManager.cpp
+++ b/src/gui/DatabaseManager.cpp
@@ -135,7 +135,7 @@ void DatabaseManager::saveDatabase(Database* db)
void DatabaseManager::saveDatabaseAs(Database* db)
{
QString fileName = QFileDialog::getSaveFileName(m_window, tr("Save database as"),
- QString(), tr("KeePass 2 Database").append(" (*.kdbx)"));
+ QString(), tr("KeePass 2 Database").append(" (*.kdbx)"));
if (!fileName.isEmpty()) {
DatabaseManagerStruct& dbStruct = m_dbList[db];