2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/DbLoader.py: typo
	* src/plugins/ImportCSV.py: register text/csv as another mime type for csv
	0001410: Import auto-detect doesn't recognize csv
	* Changelog: fix format. Single tab before source files line, double space
	between date and name.

svn: r9810
This commit is contained in:
Raphael Ackermann
2008-01-14 23:03:16 +00:00
parent 619b5866a9
commit 9ec17fdf02
3 changed files with 34 additions and 24 deletions

View File

@@ -111,7 +111,7 @@ class DbLoader:
'gramps-import',gtk.RESPONSE_OK))
choose.set_local_only(False)
# Always add automatic (macth all files) filter
# Always add automatic (match all files) filter
add_all_files_filter(choose)
add_grdb_filter(choose)
add_xml_filter(choose)