diff options
| author | cryptochangements34 <bevanoffr@gmail.com> | 2018-04-12 20:56:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-12 20:56:11 -0400 |
| commit | 28fb9fa2be6232edbe0a419432e511bf13816fc5 (patch) | |
| tree | 3d54156d914e25456dd6985ca40d6ab23c540b24 /main.cpp | |
| parent | b4353a31ac9cfabd348eb14b4f334918b2abc135 (diff) | |
| download | monzero-gui-28fb9fa2be6232edbe0a419432e511bf13816fc5.tar.gz monzero-gui-28fb9fa2be6232edbe0a419432e511bf13816fc5.tar.xz monzero-gui-28fb9fa2be6232edbe0a419432e511bf13816fc5.zip | |
update ApplicationName to "monero-gui"
Diffstat (limited to 'main.cpp')
| -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"); |
