diff options
-rw-r--r-- | icon-themes/galaxy/links.txt | 3 | ||||
-rw-r--r-- | icon-themes/tango/cmd/sc_removetableof.png | bin | 0 -> 1031 bytes | |||
-rw-r--r-- | icon-themes/tango/cmd/sc_updatecurindex.png | bin | 0 -> 889 bytes | |||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 | ||||
-rw-r--r-- | sw/source/ui/app/mn.src | 8 |
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 Binary files differnew file mode 100644 index 000000000000..ec35ed2c6a1b --- /dev/null +++ b/icon-themes/tango/cmd/sc_removetableof.png diff --git a/icon-themes/tango/cmd/sc_updatecurindex.png b/icon-themes/tango/cmd/sc_updatecurindex.png Binary files differnew file mode 100644 index 000000000000..261846648805 --- /dev/null +++ b/icon-themes/tango/cmd/sc_updatecurindex.png 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 ; |