Skip to content

Commit

Permalink
Remove stringtable no more used and dlg
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Jul 3, 2018
1 parent 690cc2d commit db180c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
48 changes: 1 addition & 47 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/dlg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
};
};
};
10 changes: 0 additions & 10 deletions =BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,16 +1410,6 @@
<Spanish>Nombra el FOB:</Spanish>
<German>FOB Benennen:</German>
</Key>
<Key ID="STR_BTC_HAM_O_FOB_DLG_T_APPLY">
<Original>Apply</Original>
<Spanish>Aplicar</Spanish>
<German>Bestätigen</German>
</Key>
<Key ID="STR_BTC_HAM_O_FOB_DLG_T_SELECTFOB">
<Original>Select the FOB:</Original>
<Spanish>Selecciona el FOB:</Spanish>
<German>FOB auswählen:</German>
</Key>
</Container>
<Container name="Other: Hints ">
<Key ID="STR_BTC_HAM_O_COMMON_SHOWHINTS_0">
Expand Down

0 comments on commit db180c5

Please sign in to comment.