Skip to content

Commit

Permalink
Add Poland Flag; fix incorrect sweden flag (#11)
Browse files Browse the repository at this point in the history
* 修正波兰国旗相关

* Fix poland flags

* revoke change.
  • Loading branch information
adri1wcrow authored and hillin committed Jul 20, 2017
1 parent 1cedd62 commit 4611517
Show file tree
Hide file tree
Showing 6 changed files with 6 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 @@ -41,6 +41,9 @@ public object Convert(object value, Type targetType, object parameter, System.Gl
case "sweden":
prefix = "Sweden";
break;
case "poland":
prefix = "Poland";
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified TankInspector/Resources/Images/Flags/SwedenSmall.bmp
Binary file not shown.
3 changes: 3 additions & 0 deletions TankInspector/TankInspector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,9 @@
<Content Include="Additional\Camouflage.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="Resources\Images\Flags\PolandLargeBlurred.png" />
<Resource Include="Resources\Images\Flags\PolandSmall.bmp" />
<Resource Include="Resources\Images\Flags\SwedenLargeBlurred.png" />
<Resource Include="Resources\Images\GameElements\Crystal.png" />
<Resource Include="Resources\Images\Flags\SwedenSmall.bmp" />
<Resource Include="Resources\Images\Flags\CzechLargeBlurred.png" />
Expand Down

0 comments on commit 4611517

Please sign in to comment.