summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 7825f4fc5..8acfd52b4 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -34,7 +34,7 @@ OCP\App::addNavigationEntry( array(
'id' => 'news',
'order' => 74,
'href' => OC_Helper::linkTo( 'news', 'index.php' ),
- 'icon' => OC_Helper::imagePath( 'news', 'icon.svg' ),
+ 'icon' => OC_Helper::imagePath( 'news', 'news.svg' ),
'name' => OC_L10N::get('news')->t('News')
));