Browse Source

Standardize on this

pull/45/head
Jonathan "Duke" Leto 5 years ago
parent
commit
6ef4fba056
  1. 2
      src/main.cpp

2
src/main.cpp

@ -174,7 +174,7 @@ public:
}
QCoreApplication::setOrganizationName("Hush");
QCoreApplication::setApplicationName("silent-dragon");
QCoreApplication::setApplicationName("SilentDragon");
QString locale = QLocale::system().name();
locale.truncate(locale.lastIndexOf('_')); // Get the language code

Loading…
Cancel
Save