diff --git a/bin/app/data/gui/icon/cbp_icon.png b/bin/app/data/gui/icon/cbp_icon.png
new file mode 100644
index 00000000..538af178
Binary files /dev/null and b/bin/app/data/gui/icon/cbp_icon.png differ
diff --git a/deployment/windows/wixSetup/installDir.wxs b/deployment/windows/wixSetup/installDir.wxs
index 40159821..f2c0489a 100644
--- a/deployment/windows/wixSetup/installDir.wxs
+++ b/deployment/windows/wixSetup/installDir.wxs
@@ -576,6 +576,9 @@
(-D CMAKE_EXPORT_COMPILE_COMMANDS=1) and Make projects. Have a look at the "
+ m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_CDB] =
+ "Create a Source Group from an existing Compilation Database (compile_commands.json). "
+ "They can be exported from CMake
(-D CMAKE_EXPORT_COMPILE_COMMANDS=1) and Make projects. Have a look at the "
+ ""
"documentation.";
- m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_VS] = "Create a new Source Group from an existing Visual Studio Solution file. "
- "Note: Requires a running Visual Studio instance with the "
- "Visual Studio plugin installed.";
+ m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_VS] =
+ "
Create a new Source Group from an existing Visual Studio Solution file.
" + "Note: Requires a running Visual Studio instance with the " + "Sourcetrail Visual Studio Extension installed.
"; m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_SONARGRAPH] = "Create a new Source Group from an existing Sonargraph project file."; - m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_CODEBLOCKS] = "Create a new Source Group from an existing Code::Blocks project file."; + m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_CODEBLOCKS] = + "Create a new Source Group from an existing Code::Blocks project file.
" + "Note: A \".cbp\" file will also be generated by the Qt Creator if a CMakeLists file is imported.
"; m_sourceGroupTypeDescriptions[SOURCE_GROUP_JAVA_EMPTY] = "Create a new Sourcetrail Source Group by defining which Java files will be indexed."; m_sourceGroupTypeDescriptions[SOURCE_GROUP_JAVA_MAVEN] = "Create a new Source Group from an existing Maven project."; m_sourceGroupTypeDescriptions[SOURCE_GROUP_JAVA_GRADLE] = "Create a new Source Group from an existing Gradle project.";