* 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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user