From 170cd53ce4f74fa70ec092f505ffa1080332a59b Mon Sep 17 00:00:00 2001 From: taushet Date: Sun, 11 Dec 2016 08:43:21 +0100 Subject: [PATCH] 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. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 08cd1bdf..644c6270 100644 --- a/main.cpp +++ b/main.cpp @@ -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);