* src/data/gramps.xml: Include different cases for file extensions.
svn: r4576
This commit is contained in:
		@@ -13,6 +13,8 @@
 | 
			
		||||
	* src/ReportUtils.py (insert_images): Pass sizes to add_media_object;
 | 
			
		||||
	(married_str): Quit if no spouse.
 | 
			
		||||
 | 
			
		||||
	* src/data/gramps.xml: Include different cases for file extensions.
 | 
			
		||||
 | 
			
		||||
2005-05-12  Martin Hawlisch  <Martin.Hawlisch@gmx.de>
 | 
			
		||||
	* src/plugins/TestcaseGenerator.py: Added generation of multiple date
 | 
			
		||||
	formats including invalid dates. This is displaying and reparsing every
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,9 @@
 | 
			
		||||
  <mime-type type="application/x-gedcom">
 | 
			
		||||
    <comment xml:lang="en">GEDCOM</comment>
 | 
			
		||||
    <glob pattern="*.ged"/>
 | 
			
		||||
    <glob pattern="*.gedcom"/>
 | 
			
		||||
    <glob pattern="*.GED"/>
 | 
			
		||||
    <glob pattern="*.GEDCOM"/>
 | 
			
		||||
    <magic priority="80">
 | 
			
		||||
      <match type="string" value="0 HEAD" offset="0:1"/>
 | 
			
		||||
    </magic>
 | 
			
		||||
@@ -29,6 +32,7 @@
 | 
			
		||||
  <mime-type type="application/x-geneweb">
 | 
			
		||||
    <comment xml:lang="en">GeneWeb source file</comment>
 | 
			
		||||
    <glob pattern="*.gw"/>
 | 
			
		||||
    <glob pattern="*.GW"/>
 | 
			
		||||
    <magic priority="80">
 | 
			
		||||
      <match type="string" value="fam " offset="0:64"/>
 | 
			
		||||
    </magic>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user