diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-25 15:59:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-25 15:59:31 +0900 |
| commit | 0a29517b6f79e0552867736572576ec6a8520692 (patch) | |
| tree | 656b7dc2bcaa1862850740667c193e87fcc3d135 | |
| parent | e7c2992a48fdd1292571214f31e7f367dd61a1cc (diff) | |
| download | kvirc-feat/use-proper-licence-file.tar.gz kvirc-feat/use-proper-licence-file.zip | |
Use correct license file namefeat/use-proper-licence-file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/modules/about/aboutdialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/setup/setupwizard.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/about/aboutdialog.cpp b/src/modules/about/aboutdialog.cpp index 540a7fb3..1d4eb9ff 100644 --- a/src/modules/about/aboutdialog.cpp +++ b/src/modules/about/aboutdialog.cpp @@ -130,7 +130,7 @@ KviAboutDialog::KviAboutDialog() TQString szLicense; TQString szLicensePath; - g_pApp->getGlobalKvircDirectory(szLicensePath,KviApp::License,"EULA"); + g_pApp->getGlobalKvircDirectory(szLicensePath,KviApp::License,"COPYING"); if(!KviFileUtils::loadFile(szLicensePath,szLicense)) { diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp index b08de956..3cf36461 100644 --- a/src/modules/setup/setupwizard.cpp +++ b/src/modules/setup/setupwizard.cpp @@ -191,7 +191,7 @@ KviSetupWizard::KviSetupWizard() ed->setWordWrap(KviTalTextEdit::NoWrap); TQString szLicense; TQString szLicensePath; - g_pApp->getGlobalKvircDirectory(szLicensePath,KviApp::License,"EULA"); + g_pApp->getGlobalKvircDirectory(szLicensePath,KviApp::License,"COPYING"); if(!KviFileUtils::loadFile(szLicensePath,szLicense)) { szLicense = __tr("Oops... can't find the license file.\n" \ |
