From db180c53dc734efd4348c559453b22de352abf09 Mon Sep 17 00:00:00 2001 From: Vdauphin Date: Tue, 3 Jul 2018 19:43:59 +0200 Subject: [PATCH] Remove stringtable no more used and dlg https://github.com/Vdauphin/HeartsAndMinds/issues/400 --- .../core/fnc/fob/dlg.hpp | 48 +------------------ .../stringtable.xml | 10 ---- 2 files changed, 1 insertion(+), 57 deletions(-) diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/dlg.hpp b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/dlg.hpp index b2da0f1bb..581c4bb52 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/dlg.hpp +++ b/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/dlg.hpp @@ -35,7 +35,7 @@ class btc_fob_create { h = 0.025 * safezoneH; }; class btc_fob_dlg_apply : btc_dlg_button { - text = $STR_BTC_HAM_O_FOB_DLG_T_APPLY; //Apply + text = $STR_ui_debug_but_apply; //Apply action = "btc_fob_dlg = true;"; x = 0.45 * safezoneW + safezoneX; y = 0.5 * safezoneH + safezoneY; @@ -44,49 +44,3 @@ class btc_fob_create { }; }; }; -class btc_fob_redeploy { - idd = -1; - movingEnable = 1; - onLoad = "uiNamespace setVariable [""btc_fob_redeploy"", _this select 0];"; - objects[] = {}; - class controlsBackground { - - }; - class controls { - class btc_fob_dlg_re_background : btc_dlg_RscText { - idc = -1; - x = 0.4 * safezoneW + safezoneX; - y = 0.05 * safezoneH + safezoneY; - w = 0.2 * safezoneW; - h = 0.1 * safezoneH; - colorBackground[] = {0, 0, 0, 0.65}; - text = ""; - }; - class btc_fob_dlg_re_text : btc_dlg_RscText { - idc = -1; - colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R', 0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G', 0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B', 0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A', 0.7])"}; - x = 0.4 * safezoneW + safezoneX; - y = 0.05 * safezoneH + safezoneY; - w = 0.2 * safezoneW; - h = 0.025 * safezoneH; - colorText[] = {1, 1, 1, 1}; - text = $STR_BTC_HAM_O_FOB_DLG_T_SELECTFOB; //STR_BTC_HAM_O_FOB_DLG_T_SELECTFOB - }; - class btc_fob_dlg_re_fobs: btc_dlg_comboBox { - idc = 778; - x = 0.4 * safezoneW + safezoneX; - y = 0.1 * safezoneH + safezoneY; - w = 0.2 * safezoneW; - h = 0.017 * safezoneH; - onLBSelChanged = "[] call btc_fnc_fob_lb_change"; - }; - class btc_fob_dlg_apply : btc_dlg_button { - text = $STR_BTC_HAM_O_FOB_DLG_T_APPLY; //Apply - action = "btc_fob_dlg = true;"; - x = 0.45 * safezoneW + safezoneX; - y = 0.125 * safezoneH + safezoneY; - w = 0.1 * safezoneW; - default = true; - }; - }; -}; diff --git a/=BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml b/=BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml index faf8df8ee..b74c25dfe 100644 --- a/=BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml +++ b/=BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml @@ -1410,16 +1410,6 @@ Nombra el FOB: FOB Benennen: - - Apply - Aplicar - Bestätigen - - - Select the FOB: - Selecciona el FOB: - FOB auswählen: -