1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

use the "c" icon

This commit is contained in:
Alain Magloire 2004-05-27 14:37:20 +00:00
parent dc9619b241
commit 979436cdf1

View file

@ -271,7 +271,7 @@ public class CPluginImages {
ImageDescriptor desc = getImageRegistry().getDescriptor(relPath);
if(desc == null) {
desc = createManaged(T + "e" + type, relPath);
desc = createManaged(T + "c" + type, relPath);
}
action.setImageDescriptor(desc);
}