2007-12-05 Douglas S.Blank <dblank@cs.brynmawr.edu>
* src/plugins/CalculateEstimatedDates.py: set quality CALCULATED on added dates * src/PluginUtils/_PluginWindows.py: buttons are now Close and Apply * src/PluginUtils/_MenuOptions.py: 2 bugs: xml load; help/dict typo svn: r9447
This commit is contained in:
@@ -222,6 +222,7 @@ class CalcToolManagedWindow(PluginWindows.ToolManagedWindowBatch):
|
||||
event.set_type(gen.lib.EventType(type))
|
||||
if date:
|
||||
date.set_modifier(gen.lib.Date.MOD_ABOUT)
|
||||
date.set_quality(gen.lib.Date.QUAL_ESTIMATED)
|
||||
date.set_yr_mon_day(date.get_year(), 0, 0)
|
||||
event.set_date_object(date)
|
||||
if source:
|
||||
|
Reference in New Issue
Block a user