diff --git a/source/carla_widgets.py b/source/carla_widgets.py index 28383860c..580d20a9f 100755 --- a/source/carla_widgets.py +++ b/source/carla_widgets.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Carla widgets code -# Copyright (C) 2011-2016 Filipe Coelho +# Copyright (C) 2011-2017 Filipe Coelho # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -77,7 +77,7 @@ class CarlaAboutW(QDialog): self.ui.l_about.setText(self.tr("" "
Version %s" "
Carla is a fully-featured audio plugin host%s.
" - "
Copyright (C) 2011-2016 falkTX
" + "
Copyright (C) 2011-2017 falkTX
" "" % (VERSION, extraInfo))) if host.isControl: