* src/ViewManager.py: attribution for icons
* src/GrampsDbUtils/_GedcomParse.py: enhancements in parsing * src/GrampsDbUtils/_GedcomTokens.py: remove double AGNC svn: r8241
This commit is contained in:
@@ -668,6 +668,13 @@ class ViewManager:
|
||||
about.set_name(const.program_name)
|
||||
about.set_version(const.version)
|
||||
about.set_copyright(const.copyright_msg)
|
||||
about.set_artists([
|
||||
_("Much of GRAMPS' artwork is either from\n"
|
||||
"the Tango Project or derived from the Tango\n"
|
||||
"Project. This artwork is released under the\n"
|
||||
"Create Commons Attribution-ShareAlike 2.5\n"
|
||||
"license.")
|
||||
])
|
||||
try:
|
||||
ifile = open(const.license_file, "r")
|
||||
about.set_license(ifile.read().replace('\x0c', ''))
|
||||
|
Reference in New Issue
Block a user