use greyscale tomboy icon
[grauphel.git] / appinfo / app.php
index c80d95bf220e05523aebac5b4e098c1d7a633c98..704b2c77250346bb924a538c0f26a2296d421fca 100755 (executable)
@@ -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'
     )
 );