* src/data/gramps.xml: Correct GW magic to not collide with XML.
svn: r4189
This commit is contained in:
parent
380a453855
commit
84c2f9052f
@ -11,6 +11,8 @@
|
|||||||
* src/DateEdit.py (DateEditorDialog.__init__): Hide window while
|
* src/DateEdit.py (DateEditorDialog.__init__): Hide window while
|
||||||
drawing.
|
drawing.
|
||||||
|
|
||||||
|
* src/data/gramps.xml: Correct GW magic to not collide with XML.
|
||||||
|
|
||||||
2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
2005-03-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
* src/Makefile.am : Added TreeTip.py to list of installed modules.
|
* src/Makefile.am : Added TreeTip.py to list of installed modules.
|
||||||
* src/TreeTip.py: New module that implements tooltips on TreeView rows.
|
* src/TreeTip.py: New module that implements tooltips on TreeView rows.
|
||||||
|
@ -30,9 +30,7 @@
|
|||||||
<comment xml:lang="en">GeneWeb source file</comment>
|
<comment xml:lang="en">GeneWeb source file</comment>
|
||||||
<glob pattern="*.gw"/>
|
<glob pattern="*.gw"/>
|
||||||
<magic priority="80">
|
<magic priority="80">
|
||||||
<match type="string" value="fam" offset="0:64"/>
|
<match type="string" value="fam " offset="0:64"/>
|
||||||
<match type="string" value="beg" offset="0:64"/>
|
|
||||||
<match type="string" value="end" offset="0:64"/>
|
|
||||||
</magic>
|
</magic>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
Loading…
Reference in New Issue
Block a user