summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-10-27 17:46:14 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-10-27 17:46:14 +0200
commita77ab8799cb33cd378e83c3a5905c8c3eb4c08b8 (patch)
tree79932fc726eede3d8fa98d1aa9e5bd871dd092d0 /appinfo/app.php
parent7683d551046b6b2a96810714ec06448bd359d6a1 (diff)
first step to update icons for changes in core navigation, still needs sprited hover state
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 97ad68ee3..a8dfc38f9 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -32,7 +32,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')
));