fix tab tooltip regression

This commit is contained in:
Chris Forbes
2010-04-16 18:32:21 +12:00
parent d7bd5e6ee8
commit a0f7bd358a
2 changed files with 25 additions and 12 deletions

View File

@@ -421,15 +421,6 @@ namespace OpenRA
}
void AddButton(RectangleF r, Action<bool> b) { buttons.Add(Pair.New(r, b)); }
Dictionary<string, string> CategoryNameRemaps = new Dictionary<string, string>
{
{ "Building", "Structures" },
{ "Defense", "Defenses" },
{ "Plane", "Aircraft" },
{ "Ship", "Ships" },
{ "Vehicle", "Vehicles" },
};
float? lastPowerProvidedPos;
float? lastPowerDrainedPos;