summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/app.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-15 18:29:44 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-15 18:29:44 +0100
commit3364502f0015844512b46b0f116e12e8f7072dd3 (patch)
tree611f1f0d712056a4ed6bd08b0d51bc9b0ababae1 /apps/calendar/appinfo/app.php
parentd347fe0c53fca52bc1d2b3d171d86494dad7835d (diff)
downloadnextcloud-server-3364502f0015844512b46b0f116e12e8f7072dd3.tar.gz
nextcloud-server-3364502f0015844512b46b0f116e12e8f7072dd3.zip
use svg icon for calendar
Diffstat (limited to 'apps/calendar/appinfo/app.php')
-rw-r--r--apps/calendar/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php
index 267a74bf29a..908a22856ba 100644
--- a/apps/calendar/appinfo/app.php
+++ b/apps/calendar/appinfo/app.php
@@ -16,7 +16,7 @@ if(version_compare(PHP_VERSION, '5.3.0', '>')){
'id' => 'calendar_index',
'order' => 10,
'href' => OC_Helper::linkTo( 'calendar', 'index.php' ),
- 'icon' => OC_Helper::imagePath( 'calendar', 'icon.png' ),
+ 'icon' => OC_Helper::imagePath( 'calendar', 'icon.svg' ),
'name' => $l->t('Calendar')));
OC_App::registerPersonal('calendar', 'settings');
require_once('apps/calendar/lib/search.php');