diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-07 14:18:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-07 17:28:22 +0100 |
commit | 6f7016a9dfc617d668ad582a112a3d2e103bcdd6 (patch) | |
tree | c36b25e0f1c7c97f58b58543418782624316b7ec /officecfg | |
parent | 15b524a9a89712e486123c8e55e7e3d402b96d52 (diff) |
officecfg: add .uno:SignPDF label
And replace the existing .uno:Signature in the File menus with a submenu
that contains .uno:Signature and the new .uno:SignPDF.
Change-Id: I801b9332c697985446c64dd208c25dea2494350e
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index e8cd5d4cbceb..c4f28d87fb3e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5927,6 +5927,11 @@ <value xml:lang="en-US">Digital Signatu~res...</value> </prop> </node> + <node oor:name=".uno:SignPDF" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Sign Existing PDF...</value> + </prop> + </node> <node oor:name=".uno:MacroSignature" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Digital Signature...</value> @@ -6131,6 +6136,11 @@ <value xml:lang="en-US">Sen~d</value> </prop> </node> + <node oor:name=".uno:SignaturesMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Digital Signatures</value> + </prop> + </node> <node oor:name=".uno:MacrosMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Macros</value> |