* src/gramps.glade: removal of more OptionMenus in favor

of ComboBoxes
* src/GrampsCfg.py: use new ComboBoxes
* src/DateHandler.py: fix set_format vs. formats bug


svn: r3882
This commit is contained in:
Don Allingham
2005-01-08 03:49:43 +00:00
parent bad8f0ba76
commit b5b5167e73
5 changed files with 54 additions and 63 deletions

View File

@@ -1,3 +1,9 @@
2005-01-07 Don Allingham <dallingham@users.sourceforge.net>
* src/gramps.glade: removal of more OptionMenus in favor
of ComboBoxes
* src/GrampsCfg.py: use new ComboBoxes
* src/DateHandler.py: fix set_format vs. formats bug
2005-01-07 Alex Roitman <shura@alex.neuro.umn.edu>
* src/Plugins.py: Use doc lists from PluginMgr.
* src/Exporter.py: Use exports list from PluginMgr.