File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 <key >NSAppleScriptEnabled </key >
6868 <string >YES </string >
6969 <key >NSHumanReadableCopyright </key >
70- <string >Copyright © 2006-2020 The qBittorrent project </string >
70+ <string >Copyright © 2006-2021 The qBittorrent project </string >
7171 <key >UTExportedTypeDeclarations </key >
7272 <array >
7373 <dict >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ XPStyle on
5151; Installer Version Information
5252VIAddVersionKey " ProductName" " qBittorrent"
5353VIAddVersionKey " CompanyName" " The qBittorrent project"
54- VIAddVersionKey " LegalCopyright" " Copyright ©2006-2020 The qBittorrent project"
54+ VIAddVersionKey " LegalCopyright" " Copyright ©2006-2021 The qBittorrent project"
5555VIAddVersionKey " FileDescription" " qBittorrent - A Bittorrent Client"
5656VIAddVersionKey " FileVersion" " ${PROG_VERSION}"
5757
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ AboutDialog::AboutDialog(QWidget *parent)
6363 " </table>"
6464 " </p>" )
6565 .arg (tr (" An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar." )
66- , tr (" Copyright %1 2006-2020 The qBittorrent project" ).arg (QString::fromUtf8 (C_COPYRIGHT ))
66+ , tr (" Copyright %1 2006-2021 The qBittorrent project" ).arg (QString::fromUtf8 (C_COPYRIGHT ))
6767 , tr (" Home Page:" )
6868 , tr (" Forum:" )
6969 , tr (" Bug Tracker:" ));
Original file line number Diff line number Diff line change 3434 VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
3535 VALUE "FileVersion", VER_FILEVERSION_STR
3636 VALUE "InternalName", "qbittorrent"
37- VALUE "LegalCopyright", "Copyright ©2006-2020 The qBittorrent Project"
37+ VALUE "LegalCopyright", "Copyright ©2006-2021 The qBittorrent Project"
3838 VALUE "OriginalFilename", "qbittorrent.exe"
3939 VALUE "ProductName", "qBittorrent"
4040 VALUE "ProductVersion", VER_PRODUCTVERSION_STR
Original file line number Diff line number Diff line change 22 < img src ="icons/mascot.png " style ="float: right; " alt ="qBittorrent Mascot " />
33 < h3 id ="qbittorrentVersion "> </ h3 >
44 < p > QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</ p >
5- < p > Copyright (c) 2011-2020 The qBittorrent project</ p >
5+ < p > Copyright (c) 2011-2021 The qBittorrent project</ p >
66 < p > QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog] < a target ="_blank " href ="https://www.qbittorrent.org "> https://www.qbittorrent.org</ a > </ p >
77 < p > QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog] < a target ="_blank " href ="http://bugs.qbittorrent.org "> http://bugs.qbittorrent.org</ a > </ p >
88 < p > QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog] < a target ="_blank " href ="http://forum.qbittorrent.org "> http://forum.qbittorrent.org</ a > </ p >
You can’t perform that action at this time.
0 commit comments