Rename CountryTooltipLogic to FactionTooltipLogic
This commit is contained in:
@@ -565,7 +565,7 @@
|
||||
<Compile Include="Widgets\Logic\ButtonTooltipLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\ColorPickerLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\ConnectionLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\CountryTooltipLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\FactionTooltipLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\CreditsLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\DirectConnectLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\DisconnectWatcherLogic.cs" />
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user