diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-02 13:24:10 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-02 10:38:35 +0000 |
commit | 081306b10499c7ace83a6cf69fd31bcc3bfeeb02 (patch) | |
tree | aa607657cac8eccd8e8ed6a024f35060c657984d /officecfg | |
parent | d1a47da4a0dcaab5edbb3e40e6ef48de1060ee85 (diff) |
TANGO: addition and modification of table related icons
Change-Id: Ic37e402a21303914ab104cb9dbdaf3441417ca62
Reviewed-on: https://gerrit.libreoffice.org/13264
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 6a99e7a93cf4..a417ddcec06a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1131,8 +1131,14 @@ </node> <node oor:name=".uno:DeleteTable" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Delete Table</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">~Table</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:SplitCell" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |