Add search app icon

Summary: It's an icon. For Search. Fixes T3966

Test Plan: Search

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T3966

Differential Revision: https://secure.phabricator.com/D7389
This commit is contained in:
Chad Little
2013-10-23 11:30:52 -07:00
parent e73ecb96e0
commit 2b21b4e880
20 changed files with 210 additions and 152 deletions

View File

@@ -18,6 +18,10 @@ final class PhabricatorApplicationSearch extends PhabricatorApplication {
return pht('Find stuff in big piles.');
}
public function getIconName() {
return 'search';
}
public function shouldAppearInLaunchView() {
return false;
}