Issue #4650: Abort Mission Confirmation

Adapted the confirmation dialog from the CnC mod and wired it to
the "Abort" and "Surrender" buttons.
This commit is contained in:
Pavlos Touboulidis
2014-04-22 17:42:24 +03:00
parent bef3439055
commit 12e3ee9fda
6 changed files with 99 additions and 4 deletions

View File

@@ -497,6 +497,7 @@
<Compile Include="ModChooserLoadScreen.cs" />
<Compile Include="Render\WithBuildingPlacedAnimation.cs" />
<Compile Include="StartGameNotification.cs" />
<Compile Include="Widgets\ConfirmationDialogs.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">