diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-22 20:00:56 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-22 20:00:56 -0500 |
| commit | dba28580e9219788eb569e3d81b4cf87cdc51f52 (patch) | |
| tree | ee54d24c4858d019bfcef298b2bf8d4906634a57 | |
| parent | 72541b6d51b60e984482d8897370f3999a466506 (diff) | |
| parent | 28fb9fa2be6232edbe0a419432e511bf13816fc5 (diff) | |
| download | monzero-gui-dba28580e9219788eb569e3d81b4cf87cdc51f52.tar.gz monzero-gui-dba28580e9219788eb569e3d81b4cf87cdc51f52.tar.xz monzero-gui-dba28580e9219788eb569e3d81b4cf87cdc51f52.zip | |
Merge pull request #1311
28fb9fa update ApplicationName to monero-gui
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ int main(int argc, char *argv[]) qDebug() << "app startd"; - app.setApplicationName("monero-core"); + app.setApplicationName("monero-gui"); app.setOrganizationDomain("getmonero.org"); app.setOrganizationName("monero-project"); |
