From 57ade584b2c4f0b239bff29c919a85a6082cf287 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 23 Sep 2014 14:34:03 +0200 Subject: [PATCH] Updated about dialog --- ApplicationCode/UserInterface/RiuMainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/UserInterface/RiuMainWindow.cpp b/ApplicationCode/UserInterface/RiuMainWindow.cpp index 6f530d33e7..066bf96f15 100644 --- a/ApplicationCode/UserInterface/RiuMainWindow.cpp +++ b/ApplicationCode/UserInterface/RiuMainWindow.cpp @@ -761,7 +761,7 @@ void RiuMainWindow::slotAbout() dlg.setApplicationName(RI_APPLICATION_NAME); dlg.setApplicationVersion(RiaApplication::getVersionStringApp(true)); - dlg.setCopyright("Copyright 2011-2013 Statoil ASA, Ceetron AS"); + dlg.setCopyright("Copyright Statoil ASA, Ceetron Solutions AS, Ceetron AS"); dlg.showQtVersion(false); #ifdef _DEBUG dlg.setIsDebugBuild(true);