mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Changed the icon for the application update alert.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
c694ed26d7
commit
f8585833a3
2
XenAdmin/MainWindow.Designer.cs
generated
2
XenAdmin/MainWindow.Designer.cs
generated
@ -1942,7 +1942,7 @@ namespace XenAdmin
|
||||
this.updateClientToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.downloadInstallToolStripMenuItem,
|
||||
this.relNotesToolStripMenuItem});
|
||||
this.updateClientToolStripMenuItem.Image = global::XenAdmin.Properties.Resources._075_WarningRound_h32bit_16;
|
||||
this.updateClientToolStripMenuItem.Image = global::XenAdmin.Properties.Resources._015_Download_h32bit_16;
|
||||
this.updateClientToolStripMenuItem.Margin = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
||||
this.updateClientToolStripMenuItem.Name = "updateClientToolStripMenuItem";
|
||||
resources.ApplyResources(this.updateClientToolStripMenuItem, "updateClientToolStripMenuItem");
|
||||
|
10
XenAdmin/Properties/Resources.Designer.cs
generated
10
XenAdmin/Properties/Resources.Designer.cs
generated
@ -1730,6 +1730,16 @@ namespace XenAdmin.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap _015_Download_h32bit_16 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("_015_Download_h32bit_16", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -1153,4 +1153,7 @@
|
||||
<data name="save_to_disk" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\save_to_disk.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_015_Download_h32bit_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\015_Download_h32bit_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user