From a77ab8799cb33cd378e83c3a5905c8c3eb4c08b8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 27 Oct 2012 17:46:14 +0200 Subject: first step to update icons for changes in core navigation, still needs sprited hover state --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo/app.php') 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') )); -- cgit v1.2.3