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:
parent
dc9619b241
commit
979436cdf1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue