summaryrefslogtreecommitdiffstats
path: root/discovery.xml
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-07-30 15:26:05 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-09-29 09:52:21 +0200
commit8a661a1d3859d58e8a5aebda540e37dd05258528 (patch)
tree8cc78de812e019e12eded57867a9fb629323bfd8 /discovery.xml
parenttdf#136459: Show the spreadsheet formula input bar when switching to edit mode (diff)
downloadonline-8a661a1d3859d58e8a5aebda540e37dd05258528.tar.gz
online-8a661a1d3859d58e8a5aebda540e37dd05258528.zip
Add favIconUrl to apps in discovery
Change-Id: If164b0c0b302eb8980f51cf4622377e96ba6d5f9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99796 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'discovery.xml')
-rw-r--r--discovery.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/discovery.xml b/discovery.xml
index 22b284621b..7612b23a98 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -3,7 +3,7 @@
<net-zone name="external-http">
<!-- Writer documents -->
- <app name="writer">
+ <app name="writer" favIconUrl="images/x-office-document.svg">
<action name="view" default="true" ext="sxw"/>
<action name="edit" default="true" ext="odt"/>
<action name="edit" default="true" ext="fodt"/>
@@ -48,7 +48,7 @@
</app>
<!-- Calc documents -->
- <app name="calc">
+ <app name="calc" favIconUrl="images/x-office-spreadsheet.svg">
<action name="view" default="true" ext="sxc"/>
<action name="edit" default="true" ext="ods"/>
<action name="edit" default="true" ext="fods"/>
@@ -75,7 +75,7 @@
</app>
<!-- Impress documents -->
- <app name="impress">
+ <app name="impress" favIconUrl="images/x-office-presentation.svg">
<action name="view" default="true" ext="sxi"/>
<action name="edit" default="true" ext="odp"/>
<action name="edit" default="true" ext="fodp"/>