Fixed string literals

This commit is contained in:
Anton Gulenko 2017-04-18 16:14:23 +02:00
parent d1310b3337
commit 58463bc3dc
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ Application::Application(int& argc, char** argv)
if (userName.isEmpty()) {
userName = qgetenv("USERNAME");
}
QString identifier = "keepassx2";
QString identifier = "keepassxc";
if (!userName.isEmpty()) {
identifier.append("-");
identifier.append(userName);