summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-02-24 13:15:50 +0400
committerCaolán McNamara <caolanm@redhat.com>2015-03-03 10:02:12 +0000
commite719183ce3974ebd8034421e654d0ef0e9b16593 (patch)
treed482e25e67d6dda456701379c52d14bb7ae4d753
parentf9d3cf3f807b27465b48e2007b4234f4a23913dd (diff)
Added icons and modified entries in the context menu for TOC
Change-Id: I89eb4a5a984e94588103e5b36f786152c679ff82 Reviewed-on: https://gerrit.libreoffice.org/14602 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--icon-themes/galaxy/links.txt3
-rw-r--r--icon-themes/tango/cmd/sc_removetableof.pngbin0 -> 1031 bytes
-rw-r--r--icon-themes/tango/cmd/sc_updatecurindex.pngbin0 -> 889 bytes
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu6
-rw-r--r--sw/source/ui/app/mn.src8
5 files changed, 13 insertions, 4 deletions
diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt
index 8ffb495a2dd6..c6336ade0f64 100644
--- a/icon-themes/galaxy/links.txt
+++ b/icon-themes/galaxy/links.txt
@@ -43,3 +43,6 @@ cmd/sc_savegraphic.png cmd/sc_save.png
# menu submenu entries
cmd/sc_arrangemenu.png cmd/sc_bringtofront.png
+# writer table of context context menu
+cmd/sc_updatecurindex.png cmd/sc_sc_reload.png
+cmd/sc_removetableof.png cmd/sc_sc_cancel.png
diff --git a/icon-themes/tango/cmd/sc_removetableof.png b/icon-themes/tango/cmd/sc_removetableof.png
new file mode 100644
index 000000000000..ec35ed2c6a1b
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_removetableof.png
Binary files differ
diff --git a/icon-themes/tango/cmd/sc_updatecurindex.png b/icon-themes/tango/cmd/sc_updatecurindex.png
new file mode 100644
index 000000000000..261846648805
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_updatecurindex.png
Binary files differ
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b50005767dc9..7ff659c16388 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -150,11 +150,17 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Current ~Index</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:RemoveTableOf" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Delete index</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:ProtectTraceChangeMode" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index cd6c0b3f9749..5f55306bbc6a 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -162,7 +162,7 @@
{ \
Identifier = FN_EDIT_IDX_ENTRY_DLG ; \
HelpId = CMD_FN_EDIT_IDX_ENTRY_DLG ; \
- Text [ en-US ] = "Inde~x Entry..." ; \
+ Text [ en-US ] = "Edit Inde~x Entry..." ; \
};
#define _MN_EDIT_BIB_ENTRY_DLG \
@@ -300,19 +300,19 @@
{ \
Identifier = FN_UPDATE_CUR_TOX ; \
HelpId = CMD_FN_UPDATE_CUR_TOX ; \
- Text [ en-US ] = "~Update Index/Table"; \
+ Text [ en-US ] = "~Update Index or Table"; \
}; \
MenuItem \
{ \
Identifier = FN_EDIT_CURRENT_TOX; \
HelpId = CMD_FN_EDIT_CURRENT_TOX; \
- Text [ en-US ] = "~Edit Index/Table"; \
+ Text [ en-US ] = "~Edit Index or Table"; \
}; \
MenuItem \
{ \
Identifier = FN_REMOVE_CUR_TOX; \
HelpId = CMD_FN_REMOVE_CUR_TOX; \
- Text [ en-US ] = "Delete Index/Table"; \
+ Text [ en-US ] = "Delete Index or Table"; \
}; \
SEPARATOR ;