* src/DataViews/_MediaView.py: tool tips

* src/DataViews/_RepositoryView.py: tool tips
	* src/DataViews/_SourceView.py: tool tips
	* src/DataViews/_EventView.py: tool tips
	* src/DataViews/_PedigreeView.py: tool tips
	* src/DataViews/_PlaceView.py: tool tips
	* src/DataViews/_PersonView.py: tool tips
	* src/ViewManager.py: tool tips
	* src/QuestionDialog.py: add info dialog
	* src/PageView.py: tool tips


svn: r6574
This commit is contained in:
Don Allingham
2006-05-08 01:15:19 +00:00
parent eeab44a8d7
commit 0aaaa45ca1
15 changed files with 128 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
FAMILY_DETAILS = ('preferences','family-details', 0)
FAMILY_WARN = ('preferences','family-warn', 0)
HIDE_EP_MSG = ('preferences','hide-ep-msg', 0)
LAST_VIEW = ('preferences','last-view', 1)
FAMILY_SIBLINGS = ('preferences','family-siblings', 0)
AUTOLOAD = ('behavior','autoload', 0)
@@ -50,6 +51,7 @@ WEBSITE_DIRECTORY = ('paths','website-directory', 2)
default_value = {
FAMILY_DETAILS : True,
FAMILY_WARN : True,
HIDE_EP_MSG : False,
LAST_VIEW : 0,
FAMILY_SIBLINGS : True,
AUTOLOAD : False,