mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 03:55:54 +00:00
Change project name to Monero
This commit is contained in:
parent
6c6b10855f
commit
70b88a3da6
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -53,7 +53,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");
|
||||||
|
|
||||||
filter *eventFilter = new filter;
|
filter *eventFilter = new filter;
|
||||||
app.installEventFilter(eventFilter);
|
app.installEventFilter(eventFilter);
|
||||||
|
|
Loading…
Reference in a new issue