We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4812d58 commit dff14f1Copy full SHA for dff14f1
1 file changed
OpenHardwareMonitor/UI/AboutBox.cs
@@ -14,7 +14,7 @@ public AboutBox()
14
lblAppTitle.Text = Updater.ApplicationTitle;
15
lblCopyright.Text = $"Copyright © {Updater.ApplicationName}";
16
Font = SystemFonts.MessageBoxFont;
17
- lblVersion.Text = $"Version {Application.ProductVersion} {(Environment.Is64BitProcess ? "x64" : "x32")}";
+ lblVersion.Text = $"Version {Application.ProductVersion} {(Environment.Is64BitProcess ? "x64" : "x86")}";
18
//pictureBox1.Image = Icon.ExtractAssociatedIcon(Updater.CurrentFileLocation).ToBitmap();
19
picLogo.Image = EmbeddedResources.GetIcon("icon.ico").ToBitmap();
20
picLogo.SizeMode = PictureBoxSizeMode.StretchImage;
0 commit comments