added text message to combine bars

This commit is contained in:
[VB]AWOL
2014-02-23 09:56:34 -06:00
parent 9b90f8e2af
commit a1fe8ff336
2 changed files with 11 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ class TraderDialog
y = 0.720064 * safezoneH + safezoneY;
w = 0.1487436 * safezoneW;
h = 0.055016 * safezoneH;
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000);";
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000); cutText [(localize ""STR_EPOCH_PLAYER_307"") , ""PLAIN DOWN""];";
};
class RscTextTraderDialog_1003: RscTextTraderDialog
{