always use getIcon instead of findIcon

This commit is contained in:
Alexey Kudravtsev
2009-09-30 18:06:58 +04:00
parent aee3c19478
commit 90fbcd9e76
24 changed files with 64 additions and 59 deletions
@@ -465,7 +465,7 @@ public class OverrideImplementUtil {
super.fillToolbarActions(group);
if (toImplement) return;
final ToggleAction mergeAction = new ToggleAction("Show methods to implement", "Show methods to implement", IconLoader.findIcon("/general/show_to_implement.png")) {
final ToggleAction mergeAction = new ToggleAction("Show methods to implement", "Show methods to implement", IconLoader.getIcon("/general/show_to_implement.png")) {
@Override
public boolean isSelected(AnActionEvent e) {
return merge.get().booleanValue();