diff --git a/XenAdmin/Images.cs b/XenAdmin/Images.cs index 320fe5a49..8d74e5df1 100644 --- a/XenAdmin/Images.cs +++ b/XenAdmin/Images.cs @@ -971,6 +971,7 @@ namespace XenAdmin public static Bitmap usb_16 = Properties.Resources.usb_16; public static Bitmap yinhekylin_16x = Properties.Resources.yinhekylin_16x; public static Bitmap rightArrowLong_Blue_16 = Properties.Resources.rightArrowLong_Blue_16; + public static Bitmap rpm_package = Properties.Resources.rpm_package; } } } \ No newline at end of file diff --git a/XenAdmin/Images/rpm_package.png b/XenAdmin/Images/rpm_package.png new file mode 100644 index 000000000..4aba7643e Binary files /dev/null and b/XenAdmin/Images/rpm_package.png differ diff --git a/XenAdmin/Properties/Resources.Designer.cs b/XenAdmin/Properties/Resources.Designer.cs index a1fd394c4..d0f382452 100755 --- a/XenAdmin/Properties/Resources.Designer.cs +++ b/XenAdmin/Properties/Resources.Designer.cs @@ -2906,6 +2906,16 @@ namespace XenAdmin.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap rpm_package { + get { + object obj = ResourceManager.GetObject("rpm_package", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/XenAdmin/Properties/Resources.resx b/XenAdmin/Properties/Resources.resx index 097720cdb..58f0396a1 100755 --- a/XenAdmin/Properties/Resources.resx +++ b/XenAdmin/Properties/Resources.resx @@ -1156,4 +1156,7 @@ ..\Images\livepatch_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + + ..\Images\rpm_package.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/XenAdmin/TabPages/CdnUpdates/CdnExpandableRow.cs b/XenAdmin/TabPages/CdnUpdates/CdnExpandableRow.cs index 6f4e93f33..86ec2db61 100644 --- a/XenAdmin/TabPages/CdnUpdates/CdnExpandableRow.cs +++ b/XenAdmin/TabPages/CdnUpdates/CdnExpandableRow.cs @@ -249,7 +249,7 @@ namespace XenAdmin.TabPages.CdnUpdates public RpmCategoryRow(params string[] rpms) { SetValues(string.Format(Messages.HOTFIX_RPMS_TO_INSTALL, rpms.Length), - Images.StaticImages._000_Patch_h32bit_16); + Images.StaticImages.rpm_package); ChildRows = new List { new RpmsRow(rpms) }; } diff --git a/XenAdmin/XenAdmin.csproj b/XenAdmin/XenAdmin.csproj index d1705f644..5f08e9a85 100755 --- a/XenAdmin/XenAdmin.csproj +++ b/XenAdmin/XenAdmin.csproj @@ -4575,6 +4575,7 @@ +