Browse Source

Update copyright year

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.0.0
falkTX 5 years ago
parent
commit
2716e08304
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_widgets.py

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

@@ -76,7 +76,7 @@ class CarlaAboutW(QDialog):
self.ui.l_about.setText(self.tr(""
"<br>Version %s"
"<br>Carla is a fully-featured audio plugin host%s.<br>"
"<br>Copyright (C) 2011-2018 falkTX<br>"
"<br>Copyright (C) 2011-2019 falkTX<br>"
"" % (VERSION, extraInfo)))

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


Loading…
Cancel
Save