See if added a space helps

This commit is contained in:
Raoul Snyman 2019-05-01 23:07:24 -07:00
parent 6cd8d8909b
commit 7b89228ab2
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<ProgId Id="OpenLP.Service" Description="OpenLP Service File" Icon="service_file.ico" Advertise="yes">
<Extension Id="osz">
<Verb Id="Open" Command="Open" Argument="&quot;%1&quot;" />
<Verb Id="Open" Command="Open" Argument=" &quot;%1&quot;" />
<MIME Advertise="yes" ContentType="application/-x-openlp-service" Default="yes" />
</Extension>
<Extension Id="oszl">
<Verb Id="Open" Command="Open" Argument="&quot;%1&quot;" />
<Verb Id="Open" Command="Open" Argument=" &quot;%1&quot;" />
<MIME Advertise="yes" ContentType="application/-x-openlp-service-lite" Default="yes" />
</Extension>
</ProgId>