* src/ViewManager.py: set up about box and other HELP menu items

* src/const.py.in: strings for about box
* Makefile.am: install COPYING file to provide text for GPL.


svn: r5073
This commit is contained in:
Don Allingham
2005-08-13 03:23:02 +00:00
parent d7bf0b3301
commit 2fe3e67f7c
4 changed files with 84 additions and 9 deletions

View File

@@ -93,6 +93,8 @@ custom_filters = "~/.gramps/custom_filters.xml"
report_options = "~/.gramps/report_options.xml"
icon = "%s/gramps.png" % rootDir
logo = "%s/logo.png" % rootDir
splash = "%s/splash.jpg" % rootDir
license = "%s/COPYING" % rootDir
gladeFile = "%s/gramps.glade" % rootDir
placesFile = "%s/gramps.glade" % rootDir
imageselFile = "%s/gramps.glade" % rootDir
@@ -126,7 +128,7 @@ dnd_images = 1
# About box information
#
#-------------------------------------------------------------------------
progName = "GRAMPS"
program_name = "GRAMPS"
version = "@VERSIONSTRING@"
copyright = unicode("<EFBFBD> 2001-2005 Donald N. Allingham","iso-8859-1")
comments = _("GRAMPS (Genealogical Research and Analysis "