Browse Source

Update copyright year in about page

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
713c78330d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/frontend/carla_widgets.py

+ 2
- 2
source/frontend/carla_widgets.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-


# Carla widgets code # Carla widgets code
# Copyright (C) 2011-2020 Filipe Coelho <falktx@falktx.com>
# Copyright (C) 2011-2021 Filipe Coelho <falktx@falktx.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as # modify it under the terms of the GNU General Public License as
@@ -122,7 +122,7 @@ class CarlaAboutW(QDialog):
self.ui.l_about.setText(self.tr("" self.ui.l_about.setText(self.tr(""
"<br>Version %s" "<br>Version %s"
"<br>Carla is a fully-featured audio plugin host%s.<br>" "<br>Carla is a fully-featured audio plugin host%s.<br>"
"<br>Copyright (C) 2011-2020 falkTX<br>"
"<br>Copyright (C) 2011-2021 falkTX<br>"
"" % (VERSION, extraInfo))) "" % (VERSION, extraInfo)))


if self.ui.about.palette().color(QPalette.Background).blackF() < 0.5: if self.ui.about.palette().color(QPalette.Background).blackF() < 0.5:


Loading…
Cancel
Save