* rename icons for generic file mode

This commit is contained in:
Reinhard Pointner 2015-11-23 10:45:28 +00:00
parent e1a15faf76
commit 3d2763454f
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 864 B

After

Width:  |  Height:  |  Size: 864 B

View File

@ -24,7 +24,7 @@ public class PlainFileMatcher implements Datasource, AutoCompleteMatcher {
@Override
public Icon getIcon() {
return ResourceManager.getIcon("file.text");
return ResourceManager.getIcon("search.generic");
}
@Override