Browse Source

Projucer: Added missing Code::Blocks exporter icon

tags/2021-05-28
ed 8 years ago
parent
commit
1ed5b3a49b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extras/Projucer/Source/Project/jucer_ConfigTree_Exporter.h

+ 1
- 0
extras/Projucer/Source/Project/jucer_ConfigTree_Exporter.h View File

@@ -51,6 +51,7 @@ public:
else if (e->isVisualStudio()) return Icon (getIcons().visualStudio, Colours::transparentBlack);
else if (e->isAndroid()) return Icon (getIcons().android, Colours::transparentBlack);
else if (e->isLinux()) return Icon (getIcons().linux, Colours::transparentBlack);
else if (e->isCodeBlocks()) return Icon (getIcons().codeBlocks, Colours::transparentBlack);
}
return Icon();


Loading…
Cancel
Save