From 2cb728e02cba4adb5fe5d1b79e7ff788bba044e0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 22 Jul 2016 11:02:53 +0200 Subject: [PATCH] Set app icon --- appinfo/app.php | 2 +- img/{documents.png => app.png} | Bin img/{documents.svg => app.svg} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename img/{documents.png => app.png} (100%) rename img/{documents.svg => app.svg} (100%) diff --git a/appinfo/app.php b/appinfo/app.php index 32b8b5c2..bbd83d15 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -36,7 +36,7 @@ $navigationEntry = function () use ($c) { 'id' => 'richdocuments_index', 'order' => 2, 'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'), - 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'), + 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'app.svg'), 'name' => $c->query('L10N')->t('Office') ]; }; diff --git a/img/documents.png b/img/app.png similarity index 100% rename from img/documents.png rename to img/app.png diff --git a/img/documents.svg b/img/app.svg similarity index 100% rename from img/documents.svg rename to img/app.svg