diff options
| author | taushet <alexanderlott@gmail.com> | 2016-12-11 08:43:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-11 08:43:21 +0100 |
| commit | 170cd53ce4f74fa70ec092f505ffa1080332a59b (patch) | |
| tree | 5ee8c19d06ebe5b52597c7afb78465526fa82745 | |
| parent | ff998ba17b21e7484048d59bf22271b4415a4f21 (diff) | |
| download | monzero-gui-170cd53ce4f74fa70ec092f505ffa1080332a59b.tar.gz monzero-gui-170cd53ce4f74fa70ec092f505ffa1080332a59b.tar.xz monzero-gui-170cd53ce4f74fa70ec092f505ffa1080332a59b.zip | |
Change organisation name to monero-project
It seemed that there was agreement in discussion of #205 that the hyphenated 'monero-project' was to be preferred over camelcase or spacing.
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ int main(int argc, char *argv[]) app.setApplicationName("monero-core"); app.setOrganizationDomain("getmonero.org"); - app.setOrganizationName("The Monero Project"); + app.setOrganizationName("monero-project"); filter *eventFilter = new filter; app.installEventFilter(eventFilter); |
