put myself as Organizationname
This commit is contained in:
parent
6714fd8b0d
commit
0ff975d9f1
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -14,7 +14,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
|
|||
|
||||
app->setApplicationVersion(APP_VERSION);
|
||||
app->setApplicationName("ttrss");
|
||||
app->setOrganizationName("ttrss");
|
||||
app->setOrganizationName("Hauke Schade");
|
||||
|
||||
QString locale = QLocale::system().name();
|
||||
QTranslator translator;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue