From 2074e200d5aa4d52662fcd7762f30935782a1928 Mon Sep 17 00:00:00 2001 From: bux578 Date: Tue, 13 Jan 2015 15:33:29 +0100 Subject: [PATCH] icon path fix --- addons/respawn/CfgVehicles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/respawn/CfgVehicles.hpp b/addons/respawn/CfgVehicles.hpp index 51f4e919ec..d8f10c2e47 100644 --- a/addons/respawn/CfgVehicles.hpp +++ b/addons/respawn/CfgVehicles.hpp @@ -7,7 +7,7 @@ class CfgVehicles { function = FUNC(module); scope = 2; isGlobal = 1; - icon = PATHTOF(UI\Icon_Module_Respawn_ca.paa); + icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa)); class Arguments { class SavePreDeathGear { displayName = "Save Gear?"; @@ -49,7 +49,7 @@ class CfgVehicles { function = FUNC(moduleRallypoint); scope = 2; isGlobal = 1; - icon = PATHTOF(UI\Icon_Module_Rallypoint_ca.paa); + icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa)); class Arguments { }; };