aboutsummaryrefslogtreecommitdiff
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-28 18:25:32 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-10-28 18:25:32 +0100
commitadec466cf2ac13926a6ba536c18171370eb0c1e4 (patch)
tree121ccdd15bc1c5f3aa204ed180009890a61e5aa1 /appinfo/app.php
parentce010bc12b8b0a03e662a2f4df984daa6d252fb8 (diff)
downloadgrauphel-adec466cf2ac13926a6ba536c18171370eb0c1e4.tar.gz
grauphel-adec466cf2ac13926a6ba536c18171370eb0c1e4.zip
use greyscale tomboy icon
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index c80d95b..704b2c7 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -6,7 +6,7 @@ OCP\App::addNavigationEntry(
'id' => 'grauphel',
'order' => 2342,
'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
- 'icon' => OCP\Util::imagePath('grauphel', 'notes.png'),
+ 'icon' => OCP\Util::imagePath('grauphel', 'tomboy-grey.png'),
'name' => 'Tomboy notes'
)
);