diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d076287d2..5d62f370b 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-10-07 Alex Roitman + * src/LdsUtils.py (temples): Correct code for San Antonio. * src/GrampsDb/_WriteGedcom.py (GedcomWriterOptionBox.get_option_box): Add custom filters to the filter list. diff --git a/gramps2/src/LdsUtils.py b/gramps2/src/LdsUtils.py index 69cd7e68d..04269e594 100644 --- a/gramps2/src/LdsUtils.py +++ b/gramps2/src/LdsUtils.py @@ -135,7 +135,7 @@ temples = ( ("St. Paul, Minnesota" , "SPMIN", ), ("Salt Lake City, Utah" , "SLAKE", "SL"), ("San Diego, California" , "SDIEG", "SA"), - ("San Antonio, Texas" , "ANTON", ), + ("San Antonio, Texas" , "SANTO", ), ("San Jose, Costa Rica" , "SJOSE", ), ("Santiago, Chile" , "SANTI", "SN"), ("Santo Domingo, Dominican Republic" , "SDOMI", ),