ui: added Maven project icon

This commit is contained in:
malte_langkabel
2017-03-13 14:54:39 +01:00
parent 2d2a439b30
commit a8edf47685
3 changed files with 4 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@@ -417,6 +417,9 @@
<Component Id='Logo_1024_1024_Png' Guid='4A25272C-380F-4414-BFBA-06C92D19B116' Win64="$(var.Win64)">
<File Id='Logo_1024_1024' Name='logo_1024_1024.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/logo_1024_1024.png' KeyPath='yes' />
</Component>
<Component Id='Mvn_icon_Png' Guid='62D8031C-3236-4FBE-950E-47E1CF1DA5B6' Win64="$(var.Win64)">
<File Id='Mvn_icon' Name='mvn_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/mvn_icon.png' KeyPath='yes' />
</Component>
<Component Id='ProjectIco' Guid='CDAC3217-C104-4D88-98F9-C138825721D4' Win64="$(var.Win64)">
<File Id='Project' Name='project.ico' DiskId='1' Source='./../../../bin/app/data/gui/icon/project.ico' KeyPath='yes' />
</Component>
@@ -46,7 +46,7 @@ void QtProjectWizzardContentSelect::populate(QGridLayout* layout, int& row)
m_projectTypeIconName[PROJECT_CXX_CDB] = "cdb_icon";
m_projectTypeIconName[PROJECT_CXX_VS] = "vs_icon";
m_projectTypeIconName[PROJECT_JAVA_EMPTY] = "empty_icon";
m_projectTypeIconName[PROJECT_JAVA_MAVEN] = "empty_icon";
m_projectTypeIconName[PROJECT_JAVA_MAVEN] = "mvn_icon";
// define descriptions for each kind of project
m_projectTypeDescriptions[PROJECT_C_EMPTY] = "Create a new Coati project by defining which C files will be indexed.";