officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8994c8995cbeb7cc9273370e77efbe674670e39d Author: Yousuf Philips <[email protected]> Date: Mon Apr 6 19:28:32 2015 +0400 tdf#90291 fix missing track changes tab icon in the sidebar Change-Id: I7a174e113482928f5674dfed1375a9dc86d2b16e Reviewed-on: https://gerrit.libreoffice.org/15171 Tested-by: Yousuf Philips <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 8d641b1c..99065e0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -189,7 +189,7 @@ <value>ManageChangesDeck</value> </prop> <prop oor:name="IconURL" oor:type="xs:string"> - <value>private:graphicrepository/cmd/lc_trackedchangesbar.png</value> + <value>private:graphicrepository/cmd/lc_trackchangesbar.png</value> </prop> <prop oor:name="ContextList"> <value oor:separator=";"> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
