mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 19:54:42 +02:00
Merge pull request #16205 from zfox23/changeAboutCopyright
v85: BUGZ-1485: Fix Copyright date in About dialog
This commit is contained in:
commit
610e0c3d82
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2018 High Fidelity. All rights reserved."
|
text: "© 2012 - 2019 High Fidelity, Inc.. All rights reserved."
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
Loading…
Reference in a new issue