mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
#3856 Update copyright text in dialogs
This commit is contained in:
parent
54b4f2ae5e
commit
89d55d8354
@ -76,7 +76,7 @@ bool RiaArgumentParser::parseArguments()
|
|||||||
progOpt.setOptionPrefix(cvf::ProgramOptions::DOUBLE_DASH);
|
progOpt.setOptionPrefix(cvf::ProgramOptions::DOUBLE_DASH);
|
||||||
|
|
||||||
QString helpText = QString("\n%1 v. %2\n").arg(RI_APPLICATION_NAME).arg(RiaApplication::getVersionStringApp(false));
|
QString helpText = QString("\n%1 v. %2\n").arg(RI_APPLICATION_NAME).arg(RiaApplication::getVersionStringApp(false));
|
||||||
helpText += "Copyright Statoil ASA, Ceetron Solution AS, Ceetron AS\n\n";
|
helpText += "Copyright Equinor ASA, Ceetron Solution AS, Ceetron AS\n\n";
|
||||||
|
|
||||||
const cvf::String usageText = progOpt.usageText(110, 30);
|
const cvf::String usageText = progOpt.usageText(110, 30);
|
||||||
helpText += cvfqt::Utils::toQString(usageText);
|
helpText += cvfqt::Utils::toQString(usageText);
|
||||||
|
@ -54,7 +54,7 @@ void RicHelpAboutFeature::onActionTriggered(bool isChecked)
|
|||||||
|
|
||||||
dlg.setApplicationName(RI_APPLICATION_NAME);
|
dlg.setApplicationName(RI_APPLICATION_NAME);
|
||||||
dlg.setApplicationVersion(RiaApplication::getVersionStringApp(true));
|
dlg.setApplicationVersion(RiaApplication::getVersionStringApp(true));
|
||||||
dlg.setCopyright("Copyright Statoil ASA, Ceetron Solutions AS, Ceetron AS");
|
dlg.setCopyright("Copyright Equinor ASA, Ceetron Solutions AS, Ceetron AS");
|
||||||
dlg.showQtVersion(false);
|
dlg.showQtVersion(false);
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
dlg.setIsDebugBuild(true);
|
dlg.setIsDebugBuild(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user