diff --git a/addons/slideshow/CfgVehicles.hpp b/addons/slideshow/CfgVehicles.hpp index dc184bc339..0e92ab6cea 100644 --- a/addons/slideshow/CfgVehicles.hpp +++ b/addons/slideshow/CfgVehicles.hpp @@ -9,7 +9,7 @@ class CfgVehicles { isGlobal = 0; // Server only isTriggerActivated = 0; isDisposable = 0; - //icon = QUOTE(PATHTOF(UI\Icon_Module_Slideshow_ca.paa)); + icon = QUOTE(PATHTOF(UI\Icon_Module_Slideshow_ca.paa)); class Arguments { class Objects { displayName = CSTRING(Objects_DisplayName); @@ -45,7 +45,7 @@ class CfgVehicles { class ModuleDescription { description = CSTRING(Description); - // Every object in this must be initialized with GVAR(Slides) Action applied, as well as 2 of below macros + // Every object in this must be initialized with GVAR(slides) Action applied, as well as 2 of below macros sync[] = {CLASSNAMES_OBJECTS, CLASSNAMES_BOTH, CLASSNAMES_CONTROLLERS}; #define MACRO_SYNC \ diff --git a/addons/slideshow/UI/Icon_Module_Slideshow_ca.paa b/addons/slideshow/UI/Icon_Module_Slideshow_ca.paa new file mode 100644 index 0000000000..882a279579 Binary files /dev/null and b/addons/slideshow/UI/Icon_Module_Slideshow_ca.paa differ diff --git a/extras/assets/icons/Icons_Modules.psd b/extras/assets/icons/Icons_Modules.psd index 927c497ecd..c586b18eef 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/Icon_Module_Slideshow_ca.png b/extras/assets/icons/png/Icon_Module/Icon_Module_Slideshow_ca.png new file mode 100644 index 0000000000..f2b08a1746 Binary files /dev/null and b/extras/assets/icons/png/Icon_Module/Icon_Module_Slideshow_ca.png differ