mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Merge pull request #267
170cd53
Change organisation name to monero-project (taushet)
This commit is contained in:
commit
899b844dd0
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -56,7 +56,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
app.setApplicationName("monero-core");
|
app.setApplicationName("monero-core");
|
||||||
app.setOrganizationDomain("getmonero.org");
|
app.setOrganizationDomain("getmonero.org");
|
||||||
app.setOrganizationName("The Monero Project");
|
app.setOrganizationName("monero-project");
|
||||||
|
|
||||||
filter *eventFilter = new filter;
|
filter *eventFilter = new filter;
|
||||||
app.installEventFilter(eventFilter);
|
app.installEventFilter(eventFilter);
|
||||||
|
|
Loading…
Reference in a new issue