2006-09-28 Don Allingham <don@gramps-project.org>

* src/DataViews/_PlaceView.py: add street column (bug #459)
	* src/DisplayModels/_PlaceModel.py: add street column
	* src/GrampsDb/_GrampsDbBase.py: add street column



svn: r7335
This commit is contained in:
Don Allingham
2006-09-29 04:13:10 +00:00
parent ce5520455f
commit db9e5de2fc
4 changed files with 23 additions and 9 deletions

View File

@@ -62,6 +62,7 @@ column_names = [
_('Longitude'),
_('Latitude'),
_('Last Changed'),
_('Street'),
]
#-------------------------------------------------------------------------