no message
This commit is contained in:
@@ -23,7 +23,7 @@ public class Transformation extends CurrentProjectPass {
|
||||
}
|
||||
@Override
|
||||
public String getIconPath() {
|
||||
return "/icons/Transformations/" + code().toString() + ".png";
|
||||
return "/icons/Transformations/" + getName() + ".png";
|
||||
}
|
||||
protected String getVersionLetter() {
|
||||
return "v";
|
||||
|
||||
Reference in New Issue
Block a user