Rename CountryTooltipLogic to FactionTooltipLogic

This commit is contained in:
penev92
2015-07-15 05:42:45 +03:00
committed by Pavel Penev
parent dc30e5a46d
commit 9a36bf6bcd
5 changed files with 6 additions and 6 deletions

View File

@@ -14,10 +14,10 @@ using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets.Logic
{
public class CountryTooltipLogic
public class FactionTooltipLogic
{
[ObjectCreator.UseCtor]
public CountryTooltipLogic(Widget widget, ButtonWidget button)
public FactionTooltipLogic(Widget widget, ButtonWidget button)
{
var lines = button.GetTooltipText().Replace("\\n", "\n").Split('\n');