[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango officecfg/registry sw/source
Yousuf Philips
philipz85 at hotmail.com
Tue Mar 3 02:02:42 PST 2015
icon-themes/galaxy/links.txt | 3 +++
icon-themes/tango/cmd/sc_removetableof.png |binary
icon-themes/tango/cmd/sc_updatecurindex.png |binary
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 ++++++
sw/source/ui/app/mn.src | 8 ++++----
5 files changed, 13 insertions(+), 4 deletions(-)
New commits:
commit e719183ce3974ebd8034421e654d0ef0e9b16593
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Tue Feb 24 13:15:50 2015 +0400
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 at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt
index 8ffb495..c6336ad 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 0000000..ec35ed2
Binary files /dev/null and b/icon-themes/tango/cmd/sc_removetableof.png differ
diff --git a/icon-themes/tango/cmd/sc_updatecurindex.png b/icon-themes/tango/cmd/sc_updatecurindex.png
new file mode 100644
index 0000000..2618466
Binary files /dev/null and b/icon-themes/tango/cmd/sc_updatecurindex.png differ
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b500057..7ff659c 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 cd6c0b3..5f55306 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 ;
More information about the Libreoffice-commits
mailing list