Changed the "About Zone Builder..." icon

This commit is contained in:
MascaraSnake 2016-01-12 10:14:21 +01:00
parent 32f3fbbd70
commit 4b565d69ee
5 changed files with 15 additions and 1 deletions

View File

@ -704,6 +704,7 @@
<None Include="Resources\ZBLogo.bmp" />
<None Include="Resources\ZBLogo.png" />
<None Include="Resources\axis1.png" />
<None Include="Resources\ZB16.png" />
<Content Include="ZB.ico" />
<None Include="Resources\zonebuilder.png" />
<None Include="Resources\ZoneBuilder.bmp" />

View File

@ -1470,6 +1470,16 @@ namespace CodeImp.DoomBuilder.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ZB16 {
get {
object obj = ResourceManager.GetObject("ZB16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>

View File

@ -553,4 +553,7 @@
<data name="axis1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\axis1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ZB16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ZB16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

View File

@ -1207,7 +1207,7 @@ namespace CodeImp.DoomBuilder.Windows
//
// itemhelpabout
//
this.itemhelpabout.Image = global::CodeImp.DoomBuilder.Properties.Resources.About;
this.itemhelpabout.Image = global::CodeImp.DoomBuilder.Properties.Resources.ZB16;
this.itemhelpabout.Name = "itemhelpabout";
this.itemhelpabout.Size = new System.Drawing.Size(232, 22);
this.itemhelpabout.Text = "&About Zone Builder...";