Info.py: added the CopyrightShort variable used by the macOS bundle creator.

Sat, 26 Jan 2019 13:56:19 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jan 2019 13:56:19 +0100
changeset 6668
d251ea768383
parent 6667
d45c9b0c3851
child 6669
e3f269bc682c
child 6670
acebf0124108

Info.py: added the CopyrightShort variable used by the macOS bundle creator.

UI/Info.py file | annotate | diff | comparison | revisions
--- a/UI/Info.py	Mon Jan 21 19:21:25 2019 +0100
+++ b/UI/Info.py	Sat Jan 26 13:56:19 2019 +0100
@@ -14,6 +14,7 @@
 VersionOnly = '@@VERSION@@'
 Copyright = 'Copyright (c) 2002 - 2019 Detlev Offenbach' \
             ' <detlev@die-offenbachs.de>'
+CopyrightShort = '(c) 2002 - 2019 Detlev Offenbach'
 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
 Homepage = "https://eric-ide.python-projects.org/index.html"

eric ide

mercurial