Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSergey Zolotarev <sryze@protonmail.com>2022-02-19 22:56:14 +0300
committerJonathan White <support@dmapps.us>2022-03-19 22:51:10 +0300
commit68113f8f3f17f53e915d7b14a5822001288a9824 (patch)
tree264a972a69956d14eee42ffeb08e506b3d48a68b /share
parent8a7eb3695087c94f78b9c93676f6d36597f407c2 (diff)
Change "open" to "Open" in Windows context menu
On Windows context menu items start with a capital letter
Diffstat (limited to 'share')
-rw-r--r--share/windows/wix-patch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/windows/wix-patch.xml b/share/windows/wix-patch.xml
index 4d01d68ce..187bef5d7 100644
--- a/share/windows/wix-patch.xml
+++ b/share/windows/wix-patch.xml
@@ -3,7 +3,7 @@
<CPackWiXFragment Id="CM_CP_KeePassXC.exe">
<ProgId Id="KeePassXC.kdbx" Description="KeePass Password Database" Icon="CM_FP_KeePassXC.exe" IconIndex="1">
<Extension Id="kdbx" ContentType="application/x-keepass2">
- <Verb Id="open" Command="open" TargetFile="CM_FP_KeePassXC.exe" Argument="&quot;%1&quot;"/>
+ <Verb Id="open" Command="Open" TargetFile="CM_FP_KeePassXC.exe" Argument="&quot;%1&quot;"/>
</Extension>
</ProgId>
</CPackWiXFragment>