From f0b0af783f8dd0d4bf6cd486f8cff1a9fb03e2b6 Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 27 Feb 2013 19:32:00 +0100 Subject: [PATCH] icons --- .../lang/properties/structureView/GroupByWordPrefixes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/properties/src/com/intellij/lang/properties/structureView/GroupByWordPrefixes.java b/plugins/properties/src/com/intellij/lang/properties/structureView/GroupByWordPrefixes.java index 5b351239b641..bd3393591167 100644 --- a/plugins/properties/src/com/intellij/lang/properties/structureView/GroupByWordPrefixes.java +++ b/plugins/properties/src/com/intellij/lang/properties/structureView/GroupByWordPrefixes.java @@ -150,7 +150,7 @@ public class GroupByWordPrefixes implements Grouper, Sorter { public ActionPresentation getPresentation() { return new ActionPresentationData(PropertiesBundle.message("structure.view.group.by.prefixes.action.name"), PropertiesBundle.message("structure.view.group.by.prefixes.action.description"), - AllIcons.Actions.FileStatus); + AllIcons.Actions.GroupByPrefix); } @NotNull