Skip to content

Commit cbb4089

Browse files
author
Poruri Sai Rahul
authored
Merge pull request #577 from enthought/cherry-pick-one-more-fix
Backport #573 to v 7.0 maintenance branch
2 parents 40adcf0 + c0f744e commit cbb4089

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ release.
1010

1111
Thanks to:
1212

13-
Kit Choi, Rahul Poruri, Pedro Rivotti, Corran Webster.
13+
Aaron Ayres, Kit Choi, Rahul Poruri, Pedro Rivotti, Corran Webster.
1414

1515
Change summary
1616
--------------
1717

1818
Fixes
1919

20+
* Fix copyright header in AboutDialog. (#573)
2021
* Fix dock pane layout on Qt5. (#545)
2122
* Fix errors from incorrect QImage memory management. (#546)
2223
* Fix CodeWidget handling of parsed tokens which caused TraitsUI CodeEditor to

pyface/ui/qt4/about_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
%s
4949
</p>
5050
<p>
51-
Copyright &copy; 2003-2010 Enthought, Inc.<br>
51+
Copyright &copy; 2003-2020 Enthought, Inc.<br>
5252
Copyright &copy; 2007 Riverbank Computing Limited
5353
</p>
5454
</center>

0 commit comments

Comments
 (0)