Thanks Steffen, that should exactly be what I need. But now I see that in Thunderbird x-ldraw is already set.
But this is not shown in Firefox!?
Because it seems to work for your in Firefox as well, can you please share your entry, so I do not need to read through all that stuff ?
Just found another entry:
And another one:
Code:
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-ldraw"
NC:prettyName="LDView.exe"
NC:path="E:\LDraw\Apps\LDview\LDView.exe" />
But this is not shown in Firefox!?
Because it seems to work for your in Firefox as well, can you please share your entry, so I do not need to read through all that stuff ?
Just found another entry:
Code:
<RDF:Description RDF:about="urn:mimetype:handler:application/x-ldraw"
NC:handleInternal="false"
NC:alwaysAsk="false"
NC:useSystemDefault="false"
NC:saveToDisk="true">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-ldraw"/>
</RDF:Description>
And another one:
Code:
<RDF:Description RDF:about="urn:mimetype:application/x-ldraw"
NC:value="application/x-ldraw"
NC:editable="true">
<NC:fileExtensions>ldr</NC:fileExtensions>
<NC:fileExtensions>dat</NC:fileExtensions>
<NC:fileExtensions>mpd</NC:fileExtensions>
<NC:description>LDraw-Datei</NC:description>
<NC:description>LDraw-Parts-Datei</NC:description>
<NC:description>Multipart-LDraw-Datei</NC:description>
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-ldraw"/>
</RDF:Description>