summaryrefslogtreecommitdiff
path: root/GudhUI/gui/gudhui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GudhUI/gui/gudhui.cpp')
-rw-r--r--GudhUI/gui/gudhui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/GudhUI/gui/gudhui.cpp b/GudhUI/gui/gudhui.cpp
index 276c4a5f..2a100fd5 100644
--- a/GudhUI/gui/gudhui.cpp
+++ b/GudhUI/gui/gudhui.cpp
@@ -4,7 +4,7 @@
*
* Author(s): David Salinas
*
- * Copyright (C) 2014 INRIA Sophia Antipolis-Mediterranee (France)
+ * Copyright (C) 2014 Inria
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
int main(int argc, char** argv) {
QApplication application(argc, argv);
application.setOrganizationDomain("inria.fr");
- application.setOrganizationName("INRIA");
+ application.setOrganizationName("Inria");
application.setApplicationName("GudhUI");
MainWindow mw;