helpaboutform.cpp (fet-5.47.0.tar.bz2) | : | helpaboutform.cpp (fet-5.47.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 81 | skipping to change at line 81 | |||
QString monthDec=QCoreApplication::translate("MonthsNames", "December"); | QString monthDec=QCoreApplication::translate("MonthsNames", "December"); | |||
Q_UNUSED(monthDec); | Q_UNUSED(monthDec); | |||
QString about=QString(""); | QString about=QString(""); | |||
about+=tr("FET is free software for automatically scheduling the timetabl e of a school, high-school or university."); | about+=tr("FET is free software for automatically scheduling the timetabl e of a school, high-school or university."); | |||
about+="<br /><br />"; | about+="<br /><br />"; | |||
about+=tr("Copyright (C) %1 %2.", "%1 is the copyright period (a range be tween two years, more years separated by commas, " | about+=tr("Copyright (C) %1 %2.", "%1 is the copyright period (a range be tween two years, more years separated by commas, " | |||
"or a combination of these), %2 are the copyright holders").arg("2002-20 20").arg("Liviu Lalescu, Volker Dirr"); | "or a combination of these), %2 are the copyright holders").arg("2002-20 20").arg("Liviu Lalescu, Volker Dirr"); | |||
about+="<br /><br />"; | about+="<br /><br />"; | |||
about+=tr("Version: %1 (%2 %3).", "%1 is the current FET version, %2 is t he current release month, %3 is the current release year").arg(FET_VERSION) | about+=tr("Version: %1 (%2 %3).", "%1 is the current FET version, %2 is t he current release month, %3 is the current release year").arg(FET_VERSION) | |||
.arg(QCoreApplication::translate("MonthsNames", "September")).arg("2020" ); | .arg(QCoreApplication::translate("MonthsNames", "November")).arg("2020") ; | |||
about+="<br /><br />"; | about+="<br /><br />"; | |||
about+=tr("Licensed under the GNU Affero General Public License version 3 or later."); | about+=tr("Licensed under the GNU Affero General Public License version 3 or later."); | |||
about+="<br /><br />"; | about+="<br /><br />"; | |||
about+=tr("FET homepage: %1", "%1 is the FET homepage").arg("<a href=\"ht tps://lalescu.ro/liviu/fet/\">https://lalescu.ro/liviu/fet/</a>"); | about+=tr("FET homepage: %1", "%1 is the FET homepage").arg("<a href=\"ht tps://lalescu.ro/liviu/fet/\">https://lalescu.ro/liviu/fet/</a>"); | |||
about+="<br />"; | about+="<br />"; | |||
aboutTextBrowser->setHtml(about); | aboutTextBrowser->setHtml(about); | |||
QString authors=QString(""); | QString authors=QString(""); | |||
authors+=QString("Liviu Lalescu (https://lalescu.ro/liviu/)"); | authors+=QString("Liviu Lalescu (https://lalescu.ro/liviu/)"); | |||
authors+="<br /><br />"; | authors+="<br /><br />"; | |||
skipping to change at line 998 | skipping to change at line 998 | |||
thanksTo+=QString("Hiba Hadi"); | thanksTo+=QString("Hiba Hadi"); | |||
thanksTo+=QString("<br />"); | thanksTo+=QString("<br />"); | |||
thanksTo+=QString("Marcus"); | thanksTo+=QString("Marcus"); | |||
thanksTo+=QString("<br />"); | thanksTo+=QString("<br />"); | |||
thanksTo+=QString("Celia22"); | thanksTo+=QString("Celia22"); | |||
thanksTo+=QString("<br />"); | thanksTo+=QString("<br />"); | |||
thanksTo+=QString("Fiorellino"); | thanksTo+=QString("Fiorellino"); | |||
thanksTo+=QString("<br />"); | thanksTo+=QString("<br />"); | |||
thanksTo+=QString("saladv"); | thanksTo+=QString("saladv"); | |||
thanksTo+=QString("<br />"); | thanksTo+=QString("<br />"); | |||
thanksTo+=QString("Fran"); | ||||
thanksTo+=QString("<br />"); | ||||
thanksToTextBrowser->setHtml(thanksTo); | thanksToTextBrowser->setHtml(thanksTo); | |||
} | } | |||
HelpAboutForm::~HelpAboutForm() | HelpAboutForm::~HelpAboutForm() | |||
{ | { | |||
saveFETDialogGeometry(this); | saveFETDialogGeometry(this); | |||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |