mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Change "open" to "Open" in Windows context menu
On Windows context menu items start with a capital letter
This commit is contained in:
parent
747c2ef28f
commit
e488452ef3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<CPackWiXFragment Id="CM_CP_KeePassXC.exe">
|
<CPackWiXFragment Id="CM_CP_KeePassXC.exe">
|
||||||
<ProgId Id="KeePassXC.kdbx" Description="KeePass Password Database" Icon="CM_FP_KeePassXC.exe" IconIndex="1">
|
<ProgId Id="KeePassXC.kdbx" Description="KeePass Password Database" Icon="CM_FP_KeePassXC.exe" IconIndex="1">
|
||||||
<Extension Id="kdbx" ContentType="application/x-keepass2">
|
<Extension Id="kdbx" ContentType="application/x-keepass2">
|
||||||
<Verb Id="open" Command="open" TargetFile="CM_FP_KeePassXC.exe" Argument=""%1""/>
|
<Verb Id="open" Command="Open" TargetFile="CM_FP_KeePassXC.exe" Argument=""%1""/>
|
||||||
</Extension>
|
</Extension>
|
||||||
</ProgId>
|
</ProgId>
|
||||||
</CPackWiXFragment>
|
</CPackWiXFragment>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue