2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/PersonView.py (PersonView.write_tabbed_file): write out translated headers to spreadsheet svn: r9936
This commit is contained in:
parent
ad0cfb3540
commit
cfecd09e77
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
|
* src/DataViews/PersonView.py (PersonView.write_tabbed_file):
|
||||||
|
write out translated headers to spreadsheet
|
||||||
|
|
||||||
2008-01-25 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
2008-01-25 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
* src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__date):
|
* src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__date):
|
||||||
applied quality patch (with fixes) from issue #1210
|
applied quality patch (with fixes) from issue #1210
|
||||||
|
@ -957,7 +957,7 @@ class PersonView(PageView.PersonNavView):
|
|||||||
for pair in self.dbstate.db.get_person_column_order() \
|
for pair in self.dbstate.db.get_person_column_order() \
|
||||||
if pair[0]]
|
if pair[0]]
|
||||||
|
|
||||||
cnames = [column_names[i] for i in data_cols]
|
cnames = [_(column_names[i]) for i in data_cols]
|
||||||
|
|
||||||
# create the output tabbed document, and open it
|
# create the output tabbed document, and open it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user