diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 18:25:32 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 18:25:32 +0100 |
| commit | adec466cf2ac13926a6ba536c18171370eb0c1e4 (patch) | |
| tree | 121ccdd15bc1c5f3aa204ed180009890a61e5aa1 /appinfo/app.php | |
| parent | ce010bc12b8b0a03e662a2f4df984daa6d252fb8 (diff) | |
| download | grauphel-adec466cf2ac13926a6ba536c18171370eb0c1e4.tar.gz grauphel-adec466cf2ac13926a6ba536c18171370eb0c1e4.zip | |
use greyscale tomboy icon
Diffstat (limited to 'appinfo/app.php')
| -rwxr-xr-x | appinfo/app.php | 2 |
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' ) ); |
