diff --git a/addons/common/CfgVehicles.hpp b/addons/common/CfgVehicles.hpp index 85a305579d..45f384eaf8 100644 --- a/addons/common/CfgVehicles.hpp +++ b/addons/common/CfgVehicles.hpp @@ -87,6 +87,7 @@ class CfgVehicles { displayName = "LSD Vehicles"; function = "ACE_Common_fnc_moduleLSDVehicles"; scope = 2; + icon = QUOTE(PATHTOF(UI\Icon_Module_LSD_ca.paa)); isGlobal = 1; class Arguments { }; diff --git a/addons/common/UI/Icon_Module_LSD_ca.paa b/addons/common/UI/Icon_Module_LSD_ca.paa new file mode 100644 index 0000000000..fa4c106177 Binary files /dev/null and b/addons/common/UI/Icon_Module_LSD_ca.paa differ diff --git a/addons/microdagr/CfgVehicles.hpp b/addons/microdagr/CfgVehicles.hpp index 76b99557f4..1d4b118133 100644 --- a/addons/microdagr/CfgVehicles.hpp +++ b/addons/microdagr/CfgVehicles.hpp @@ -48,12 +48,12 @@ class CfgVehicles { function = QFUNC(moduleMapFill); scope = 2; isGlobal = 1; - // icon = QUOTE(PATHTOF(ui\IconLock_ca.paa)); + icon = QUOTE(PATHTOF(UI\Icon_Module_microDAGR_ca.paa)); functionPriority = 0; class Arguments { class MapDataAvailable { displayName = "MicroDAGR Map Fill"; // Argument label - description = "How much map data is filled on MicroDAGRs "; // Tooltip description + description = "How much map data is filled on MicroDAGR's "; // Tooltip description typeName = "NUMBER"; // Value type, can be "NUMBER", "STRING" or "BOOL" class values { class None {name = "Full Satellite + Buildings"; value = MAP_DETAIL_SAT; default = 1;}; @@ -63,7 +63,7 @@ class CfgVehicles { }; }; class ModuleDescription: ModuleDescription { - description = "Controls how muchdata is filled in the microDAGR items. Less data restricts the map view to show less on the minimap.
Source: microDAGR.pbo"; + description = "Controls how much data is filled on the microDAGR items. Less data restricts the map view to show less on the minimap.
Source: microDAGR.pbo"; }; }; diff --git a/addons/microdagr/UI/Icon_Module_microDAGR_ca.paa b/addons/microdagr/UI/Icon_Module_microDAGR_ca.paa new file mode 100644 index 0000000000..48be13c9c2 Binary files /dev/null and b/addons/microdagr/UI/Icon_Module_microDAGR_ca.paa differ diff --git a/addons/microdagr/data/icon_microDAGR.paa b/addons/microdagr/data/icon_microDAGR.paa deleted file mode 100644 index 04307ec581..0000000000 Binary files a/addons/microdagr/data/icon_microDAGR.paa and /dev/null differ diff --git a/extras/assets/icons/Icons_Modules.psd b/extras/assets/icons/Icons_Modules.psd index be66c86b2f..9dcfa6a38b 100644 Binary files a/extras/assets/icons/Icons_Modules.psd and b/extras/assets/icons/Icons_Modules.psd differ diff --git a/extras/assets/icons/png/Icon_Module_LSD_ca.png b/extras/assets/icons/png/Icon_Module_LSD_ca.png new file mode 100644 index 0000000000..aba6e67b82 Binary files /dev/null and b/extras/assets/icons/png/Icon_Module_LSD_ca.png differ diff --git a/extras/assets/icons/png/Icon_Module_microDAGR_ca.png b/extras/assets/icons/png/Icon_Module_microDAGR_ca.png new file mode 100644 index 0000000000..6010cabe0f Binary files /dev/null and b/extras/assets/icons/png/Icon_Module_microDAGR_ca.png differ