Skip to content

Commit

Permalink
Fix the Italy flags
Browse files Browse the repository at this point in the history
  • Loading branch information
adri1wcrow committed Apr 14, 2018
1 parent 7dc7e85 commit 820d9f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TankInspector/Design/NationalFlagConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public object Convert(object value, Type targetType, object parameter, System.Gl
case "poland":
prefix = "Poland";
break;
case "italy":
prefix = "Italy";
break;
default:
return null;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 2 additions & 0 deletions TankInspector/TankInspector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,8 @@
<Content Include="Additional\Camouflage.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="Resources\Images\Flags\ItalyLargeBlurred.png" />
<Resource Include="Resources\Images\Flags\ItalySmall.bmp" />
<Resource Include="Resources\Images\TankIcons\Classes\HeavyTankColor.png" />
<Resource Include="Resources\Images\TankIcons\Classes\LightTankColor.png" />
<Resource Include="Resources\Images\TankIcons\Classes\MediumTankColor.png" />
Expand Down

0 comments on commit 820d9f7

Please sign in to comment.