* src/LdsUtils.py (temples): Correct code for San Antonio.
svn: r7366
This commit is contained in:
parent
cfeaf5035a
commit
3ea171cd8f
@ -1,4 +1,5 @@
|
|||||||
2006-10-07 Alex Roitman <shura@gramps-project.org>
|
2006-10-07 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/LdsUtils.py (temples): Correct code for San Antonio.
|
||||||
* src/GrampsDb/_WriteGedcom.py
|
* src/GrampsDb/_WriteGedcom.py
|
||||||
(GedcomWriterOptionBox.get_option_box): Add custom filters to the
|
(GedcomWriterOptionBox.get_option_box): Add custom filters to the
|
||||||
filter list.
|
filter list.
|
||||||
|
@ -135,7 +135,7 @@ temples = (
|
|||||||
("St. Paul, Minnesota" , "SPMIN", ),
|
("St. Paul, Minnesota" , "SPMIN", ),
|
||||||
("Salt Lake City, Utah" , "SLAKE", "SL"),
|
("Salt Lake City, Utah" , "SLAKE", "SL"),
|
||||||
("San Diego, California" , "SDIEG", "SA"),
|
("San Diego, California" , "SDIEG", "SA"),
|
||||||
("San Antonio, Texas" , "ANTON", ),
|
("San Antonio, Texas" , "SANTO", ),
|
||||||
("San Jose, Costa Rica" , "SJOSE", ),
|
("San Jose, Costa Rica" , "SJOSE", ),
|
||||||
("Santiago, Chile" , "SANTI", "SN"),
|
("Santiago, Chile" , "SANTI", "SN"),
|
||||||
("Santo Domingo, Dominican Republic" , "SDOMI", ),
|
("Santo Domingo, Dominican Republic" , "SDOMI", ),
|
||||||
|
Loading…
Reference in New Issue
Block a user