mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 13:40:52 +01:00
add copyright-sign to about-dialog
This commit is contained in:
@@ -60,7 +60,7 @@ void AboutQETDialog::setAbout()
|
|||||||
{
|
{
|
||||||
|
|
||||||
QString str = tr("QElectroTech, une application de réalisation de schémas électriques.", "about tab, description line") +
|
QString str = tr("QElectroTech, une application de réalisation de schémas électriques.", "about tab, description line") +
|
||||||
"<br><br> 2006-"+QDate::currentDate().toString("yyyy")+
|
"<br><br>© 2006-"+QDate::currentDate().toString("yyyy")+
|
||||||
tr(" Les développeurs de QElectroTech", "about tab, developers line") +
|
tr(" Les développeurs de QElectroTech", "about tab, developers line") +
|
||||||
"<br><br>"
|
"<br><br>"
|
||||||
"<a href=\"https://qelectrotech.org/\">https://qelectrotech.org/</a>"
|
"<a href=\"https://qelectrotech.org/\">https://qelectrotech.org/</a>"
|
||||||
|
|||||||
Reference in New Issue
Block a user