Move FontIcon calls to Icon

Summary: Normalizes all `setFontIcon` calls to `setIcon`.

Test Plan: UIExamples, Almanac, Apps list, etc.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, hach-que, yelirekim

Differential Revision: https://secure.phabricator.com/D15129
This commit is contained in:
Chad Little
2016-01-28 08:40:22 -08:00
parent 30473549ac
commit fe5cd4ca2c
144 changed files with 158 additions and 158 deletions

View File

@@ -14,7 +14,7 @@ final class PhabricatorOAuthServerApplication extends PhabricatorApplication {
return pht('OAuth Login Provider');
}
public function getFontIcon() {
public function getIcon() {
return 'fa-hotel';
}